Html Css Color HEX #02A228 Dark Pastel Green

📋 copy color: '#02A228'

red 2 ◦ green 162 ◦ blue 40

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

Shades of Dark Pastel Green #02A228

Tints of Dark Pastel Green #02A228

RGB

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

 GREEN value IS 162 (63.67% from 255) = 79.41%

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

R = 0.98%
G = 79.41%
B = 19.61%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#02A228 (or 0x02A228) is known color: Dark Pastel Green. HEX triplet: 02, A2 and 28. RGB value is (2,162,40). Sum of RGB (Red+Green+Blue) = 2+162+40=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 162 (63.67% from 255 or 79.41% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 162 - color contains mainly: green. Hex color #02A228 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A228 is #FD5DD7. Grayscale: #646464. Windows color (decimal): -16604632 or 2662914. OLE color: 2662914.

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

Color convert

RGB 2 162 40 -
CMYK 0.99 0 0.75 0.36
HSL 134.25º 0.98% 0.32% -
HSV(B) 134.25º 0.99% 0.64% -
XYZ 13.33 26.01 6.32 -
YUV 100.25 93.99 57.92 -
System Red Green Blue C M Y K H S L
Decimal 2 162 40 0.99 0 0.75 0.36 134.25 0.98 0.32
Hex 2 A2 28 63 0 4B 24 86 62 20
Octal 2 242 50 143 0 113 44 206 142 40
Binary 10 10100010 101000 1100011 0 1001011 100100 10000110 1100010 100000

Color Harmonies of #02A228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A228

Black with #02A228

Text Example


Text Example

White with #02A228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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