#02CF2B

Color #02CF2B Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #02CF2B

Tints of Dark Pastel Green #02CF2B

Color information

#02CF2B (or 0x02CF2B) is unknown color: approx Dark Pastel Green. HEX triplet: 02, CF and 2B. RGB value is (2,207,43). Sum of RGB (Red+Green+Blue) = 2+207+43=252 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 252); Green value is 207 (81.25% from 255 or 82.14% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 207 - color contains mainly: green. Hex color #02CF2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CF2B is #FD30D4. Grayscale: #7F7F7F. Windows color (decimal): -16593109 or 2871042. OLE color: 2871042.

HSL color Cylindrical-coordinate representation of color #02CF2B: hue angle of 132º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CF2B is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB220743-
CMYK0.9900.790.19
HSL132º98.09%40.98%-
HSV(B)132º99.03%81.18%-
XYZ22.7744.819.73-
YUV127.0180.5838.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 0.79%
GREEN value IS 207 (81.25% from 255) = 82.14%
BLUE value IS 43 (17.19% from 255) = 17.06%
R=0.79%
G=82.14%
B=17.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2207430.9900.790.1913298.0940.98
Hex2CF2B6304F13846229
Octal23175314301172320414251
Binary101100111110101111000110100111110011100001001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02CF2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02CF2B; }

 p { color: rgb(2,207,43); }

 H1.HeaderClassName
 {
   color: #02CF2B;
 }
 .AnyTagClassName
 {
   color: #02CF2B;
 }
</style>
background-color css

<style>
 a { background-color: #02CF2B; }

 a { background-color: rgb(2,207,43); }

 div.DivClassName
 {
   background-color: #02CF2B;
 }
 .BgClassName
 {
   background-color: #02CF2B;
 }
</style>
border-color css

<style>
 span { border-color: #02CF2B; }

 span { border-color: rgb(2,207,43); }

 td.TdClassName
 {
   border-color: #02CF2B;
 }
 .TagClassName
 {
   border-color: #02CF2B;
 }
</style>