Html Css Color HEX #02B824 Dark Pastel Green

📋 copy color: '#02B824'

red 2 ◦ green 184 ◦ blue 36

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

Shades of Dark Pastel Green #02B824

Tints of Dark Pastel Green #02B824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.22%

R = 0.9%
G = 82.88%
B = 16.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#02B824 (or 0x02B824) is known color: Dark Pastel Green. HEX triplet: 02, B8 and 24. RGB value is (2,184,36). Sum of RGB (Red+Green+Blue) = 2+184+36=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 184 (72.27% from 255 or 82.88% from 222); Blue value is 36 (14.45% from 255 or 16.22% from 222); Max value from RGB is 184 - color contains mainly: green. Hex color #02B824 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02B824 is #FD47DB. Grayscale: #717171. Windows color (decimal): -16599004 or 2406402. OLE color: 2406402.

HSL color Cylindrical-coordinate representation of color #02B824: hue angle of 131.21º 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 #02B824 is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 2 184 36 -
CMYK 0.99 0 0.80 0.28
HSL 131.21º 0.98% 0.36% -
HSV(B) 131.21º 0.99% 0.72% -
XYZ 17.48 34.42 7.39 -
YUV 112.71 84.7 49.03 -
System Red Green Blue C M Y K H S L
Decimal 2 184 36 0.99 0 0.80 0.28 131.21 0.98 0.36
Hex 2 B8 24 63 0 50 1C 83 62 24
Octal 2 270 44 143 0 120 34 203 142 44
Binary 10 10111000 100100 1100011 0 1010000 11100 10000011 1100010 100100

Color Harmonies of #02B824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B824

Black with #02B824

Text Example


Text Example

White with #02B824

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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