#02B619

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

Shades of Dark Pastel Green #02B619

Tints of Dark Pastel Green #02B619

Color information

#02B619 (or 0x02B619) is unknown color: approx Dark Pastel Green. HEX triplet: 02, B6 and 19. RGB value is (2,182,25). Sum of RGB (Red+Green+Blue) = 2+182+25=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 182 (71.48% from 255 or 87.08% from 209); Blue value is 25 (10.16% from 255 or 11.96% from 209); Max value from RGB is 182 - color contains mainly: green. Hex color #02B619 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02B619 is #FD49E6. Grayscale: #6E6E6E. Windows color (decimal): -16599527 or 1684994. OLE color: 1684994.

HSL color Cylindrical-coordinate representation of color #02B619: hue angle of 127.67º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B619 is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB218225-
CMYK0.9900.860.29
HSL127.67º97.83%36.08%-
HSV(B)127.67º98.9%71.37%-
XYZ16.9333.546.5-
YUV110.2879.8750.77-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.96%
GREEN value IS 182 (71.48% from 255) = 87.08%
BLUE value IS 25 (10.16% from 255) = 11.96%
R=0.96%
G=87.08%
B=11.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal2182250.9900.860.29127.6797.8336.08
Hex2B619630561D806224
Octal22663114301263520014244
Binary10101101101100111000110101011011101100000001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,182,25); }

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

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

 a { background-color: rgb(2,182,25); }

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

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

 span { border-color: rgb(2,182,25); }

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