Html Css Color HEX #02B818 Dark Pastel Green

📋 copy color: '#02B818'

red 2 ◦ green 184 ◦ blue 24

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

Shades of Dark Pastel Green #02B818

Tints of Dark Pastel Green #02B818

RGB

 RED value IS 2 (1.17% from 255) = 0.95%

 GREEN value IS 184 (72.27% from 255) = 87.62%

 BLUE value IS 24 (9.77% from 255) = 11.43%

R = 0.95%
G = 87.62%
B = 11.43%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#02B818 (or 0x02B818) is known color: Dark Pastel Green. HEX triplet: 02, B8 and 18. RGB value is (2,184,24). Sum of RGB (Red+Green+Blue) = 2+184+24=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 184 (72.27% from 255 or 87.62% from 210); Blue value is 24 (9.77% from 255 or 11.43% from 210); Max value from RGB is 184 - color contains mainly: green. Hex color #02B818 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02B818 is #FD47E7. Grayscale: #6F6F6F. Windows color (decimal): -16599016 or 1619970. OLE color: 1619970.

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

Color convert

RGB 2 184 24 -
CMYK 0.99 0 0.87 0.28
HSL 127.25º 0.98% 0.36% -
HSV(B) 127.25º 0.99% 0.72% -
XYZ 17.33 34.36 6.58 -
YUV 111.34 78.7 50.01 -
System Red Green Blue C M Y K H S L
Decimal 2 184 24 0.99 0 0.87 0.28 127.25 0.98 0.36
Hex 2 B8 18 63 0 57 1C 7F 62 24
Octal 2 270 30 143 0 127 34 177 142 44
Binary 10 10111000 11000 1100011 0 1010111 11100 1111111 1100010 100100

Color Harmonies of #02B818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B818

Black with #02B818

Text Example


Text Example

White with #02B818

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02B818;
 }
 .AnyTagClassName
 {
   color: #02B818;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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