Html Css Color HEX #02A028 Dark Pastel Green

📋 copy color: '#02A028'

red 2 ◦ green 160 ◦ blue 40

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

Shades of Dark Pastel Green #02A028

Tints of Dark Pastel Green #02A028

RGB

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

 GREEN value IS 160 (62.89% from 255) = 79.21%

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

R = 0.99%
G = 79.21%
B = 19.8%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#02A028 (or 0x02A028) is known color: Dark Pastel Green. HEX triplet: 02, A0 and 28. RGB value is (2,160,40). Sum of RGB (Red+Green+Blue) = 2+160+40=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 160 (62.89% from 255 or 79.21% from 202); Blue value is 40 (16.02% from 255 or 19.80% from 202); Max value from RGB is 160 - color contains mainly: green. Hex color #02A028 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A028 is #FD5FD7. Grayscale: #636363. Windows color (decimal): -16605144 or 2662402. OLE color: 2662402.

HSL color Cylindrical-coordinate representation of color #02A028: hue angle of 134.43º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A028 is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB 2 160 40 -
CMYK 0.99 0 0.75 0.37
HSL 134.43º 0.98% 0.32% -
HSV(B) 134.43º 0.99% 0.63% -
XYZ 12.98 25.31 6.21 -
YUV 99.08 94.65 58.76 -
System Red Green Blue C M Y K H S L
Decimal 2 160 40 0.99 0 0.75 0.37 134.43 0.98 0.32
Hex 2 A0 28 63 0 4B 25 86 62 20
Octal 2 240 50 143 0 113 45 206 142 40
Binary 10 10100000 101000 1100011 0 1001011 100101 10000110 1100010 100000

Color Harmonies of #02A028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A028

Black with #02A028

Text Example


Text Example

White with #02A028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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