Html Css Color HEX #02AC28 Dark Pastel Green

📋 copy color: '#02AC28'

red 2 ◦ green 172 ◦ blue 40

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

Shades of Dark Pastel Green #02AC28

Tints of Dark Pastel Green #02AC28

RGB

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

 GREEN value IS 172 (67.58% from 255) = 80.37%

 BLUE value IS 40 (16.02% from 255) = 18.69%

R = 0.93%
G = 80.37%
B = 18.69%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#02AC28 (or 0x02AC28) is known color: Dark Pastel Green. HEX triplet: 02, AC and 28. RGB value is (2,172,40). Sum of RGB (Red+Green+Blue) = 2+172+40=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 172 (67.58% from 255 or 80.37% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 172 - color contains mainly: green. Hex color #02AC28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AC28 is #FD53D7. Grayscale: #6A6A6A. Windows color (decimal): -16602072 or 2665474. OLE color: 2665474.

HSL color Cylindrical-coordinate representation of color #02AC28: hue angle of 133.41º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AC28 is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 172 40 -
CMYK 0.99 0 0.77 0.33
HSL 133.41º 0.98% 0.34% -
HSV(B) 133.41º 0.99% 0.67% -
XYZ 15.16 29.67 6.94 -
YUV 106.12 90.68 53.73 -
System Red Green Blue C M Y K H S L
Decimal 2 172 40 0.99 0 0.77 0.33 133.41 0.98 0.34
Hex 2 AC 28 63 0 4D 21 85 62 22
Octal 2 254 50 143 0 115 41 205 142 42
Binary 10 10101100 101000 1100011 0 1001101 100001 10000101 1100010 100010

Color Harmonies of #02AC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AC28

Black with #02AC28

Text Example


Text Example

White with #02AC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,172,40); }

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

background-color css

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

 a { background-color: rgb(2,172,40); }

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

border-color css

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

 span { border-color: rgb(2,172,40); }

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