Html Css Color HEX #02B820 Dark Pastel Green

📋 copy color: '#02B820'

red 2 ◦ green 184 ◦ blue 32

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

Shades of Dark Pastel Green #02B820

Tints of Dark Pastel Green #02B820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.68%

R = 0.92%
G = 84.4%
B = 14.68%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#02B820 (or 0x02B820) is known color: Dark Pastel Green. HEX triplet: 02, B8 and 20. RGB value is (2,184,32). Sum of RGB (Red+Green+Blue) = 2+184+32=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 184 (72.27% from 255 or 84.40% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 184 - color contains mainly: green. Hex color #02B820 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02B820 is #FD47DF. Grayscale: #707070. Windows color (decimal): -16599008 or 2144258. OLE color: 2144258.

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

Color convert

RGB 2 184 32 -
CMYK 0.99 0 0.83 0.28
HSL 129.89º 0.98% 0.36% -
HSV(B) 129.89º 0.99% 0.72% -
XYZ 17.43 34.4 7.09 -
YUV 112.25 82.7 49.36 -
System Red Green Blue C M Y K H S L
Decimal 2 184 32 0.99 0 0.83 0.28 129.89 0.98 0.36
Hex 2 B8 20 63 0 53 1C 82 62 24
Octal 2 270 40 143 0 123 34 202 142 44
Binary 10 10111000 100000 1100011 0 1010011 11100 10000010 1100010 100100

Color Harmonies of #02B820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B820

Black with #02B820

Text Example


Text Example

White with #02B820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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