#02B918

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

Shades of Dark Pastel Green #02B918

Tints of Dark Pastel Green #02B918

Color information

#02B918 (or 0x02B918) is unknown color: approx Dark Pastel Green. HEX triplet: 02, B9 and 18. RGB value is (2,185,24). Sum of RGB (Red+Green+Blue) = 2+185+24=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 185 (72.66% from 255 or 87.68% from 211); Blue value is 24 (9.77% from 255 or 11.37% from 211); Max value from RGB is 185 - color contains mainly: green. Hex color #02B918 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02B918 is #FD46E7. Grayscale: #707070. Windows color (decimal): -16598760 or 1620226. OLE color: 1620226.

HSL color Cylindrical-coordinate representation of color #02B918: hue angle of 127.21º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B918 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB218524-
CMYK0.9900.870.27
HSL127.21º97.86%36.67%-
HSV(B)127.21º98.92%72.55%-
XYZ17.5434.786.65-
YUV111.9378.3749.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.95%
GREEN value IS 185 (72.66% from 255) = 87.68%
BLUE value IS 24 (9.77% from 255) = 11.37%
R=0.95%
G=87.68%
B=11.37%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal2185240.9900.870.27127.2197.8636.67
Hex2B918630571B7f6225
Octal22713014301273317714245
Binary1010111001110001100011010101111101111111111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,185,24); }

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

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

 a { background-color: rgb(2,185,24); }

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

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

 span { border-color: rgb(2,185,24); }

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