Html Css Color HEX #02B918 Dark Pastel Green

📋 copy color: '#02B918'

red 2 ◦ green 185 ◦ blue 24

#02B918
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #02B918

Tints of Dark Pastel Green #02B918

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 value IS 0.99

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#02B918 (or 0x02B918) is known color: 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

RGB 2 185 24 -
CMYK 0.99 0 0.87 0.27
HSL 127.21º 0.98% 0.37% -
HSV(B) 127.21º 0.99% 0.73% -
XYZ 17.54 34.78 6.65 -
YUV 111.93 78.37 49.59 -
System Red Green Blue C M Y K H S L
Decimal 2 185 24 0.99 0 0.87 0.27 127.21 0.98 0.37
Hex 2 B9 18 63 0 57 1B 7F 62 25
Octal 2 271 30 143 0 127 33 177 142 45
Binary 10 10111001 11000 1100011 0 1010111 11011 1111111 1100010 100101

Color Harmonies of #02B918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B918

Black with #02B918

Text Example


Text Example

White with #02B918

Text Example


Text Example

HTML Codes & Css Web 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>