Html Css Color HEX #02AC31 Dark Pastel Green

📋 copy color: '#02AC31'

red 2 ◦ green 172 ◦ blue 49

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

Shades of Dark Pastel Green #02AC31

Tints of Dark Pastel Green #02AC31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 21.97%

R = 0.9%
G = 77.13%
B = 21.97%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#02AC31 (or 0x02AC31) is known color: Dark Pastel Green. HEX triplet: 02, AC and 31. RGB value is (2,172,49). Sum of RGB (Red+Green+Blue) = 2+172+49=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 172 (67.58% from 255 or 77.13% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 172 - color contains mainly: green. Hex color #02AC31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AC31 is #FD53CE. Grayscale: #6B6B6B. Windows color (decimal): -16602063 or 3255298. OLE color: 3255298.

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

Color convert

RGB 2 172 49 -
CMYK 0.99 0 0.72 0.33
HSL 136.59º 0.98% 0.34% -
HSV(B) 136.59º 0.99% 0.67% -
XYZ 15.33 29.74 7.84 -
YUV 107.15 95.18 53 -
System Red Green Blue C M Y K H S L
Decimal 2 172 49 0.99 0 0.72 0.33 136.59 0.98 0.34
Hex 2 AC 31 63 0 48 21 89 62 22
Octal 2 254 61 143 0 110 41 211 142 42
Binary 10 10101100 110001 1100011 0 1001000 100001 10001001 1100010 100010

Color Harmonies of #02AC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AC31

Black with #02AC31

Text Example


Text Example

White with #02AC31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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