Html Css Color HEX #02A225 Dark Pastel Green

📋 copy color: '#02A225'

red 2 ◦ green 162 ◦ blue 37

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

Shades of Dark Pastel Green #02A225

Tints of Dark Pastel Green #02A225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 18.41%

R = 1%
G = 80.6%
B = 18.41%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#02A225 (or 0x02A225) is known color: Dark Pastel Green. HEX triplet: 02, A2 and 25. RGB value is (2,162,37). Sum of RGB (Red+Green+Blue) = 2+162+37=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 162 (63.67% from 255 or 80.60% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 162 - color contains mainly: green. Hex color #02A225 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A225 is #FD5DDA. Grayscale: #646464. Windows color (decimal): -16604635 or 2466306. OLE color: 2466306.

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

Color convert

RGB 2 162 37 -
CMYK 0.99 0 0.77 0.36
HSL 133.13º 0.98% 0.32% -
HSV(B) 133.13º 0.99% 0.64% -
XYZ 13.28 25.99 6.07 -
YUV 99.91 92.49 58.16 -
System Red Green Blue C M Y K H S L
Decimal 2 162 37 0.99 0 0.77 0.36 133.13 0.98 0.32
Hex 2 A2 25 63 0 4D 24 85 62 20
Octal 2 242 45 143 0 115 44 205 142 40
Binary 10 10100010 100101 1100011 0 1001101 100100 10000101 1100010 100000

Color Harmonies of #02A225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A225

Black with #02A225

Text Example


Text Example

White with #02A225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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