#02A232

Color #02A232 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #02A232

Tints of Dark Pastel Green #02A232

Color information

#02A232 (or 0x02A232) is unknown color: approx Dark Pastel Green. HEX triplet: 02, A2 and 32. RGB value is (2,162,50). Sum of RGB (Red+Green+Blue) = 2+162+50=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 162 (63.67% from 255 or 75.70% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 162 - color contains mainly: green. Hex color #02A232 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A232 is #FD5DCD. Grayscale: #656565. Windows color (decimal): -16604622 or 3318274. OLE color: 3318274.

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

Color convert

RGB216250-
CMYK0.9900.690.36
HSL138º97.56%32.16%-
HSV(B)138º98.77%63.53%-
XYZ13.5226.087.34-
YUV101.3998.9957.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 162 (63.67% from 255) = 75.70%
BLUE value IS 50 (19.92% from 255) = 23.36%
R=0.93%
G=75.70%
B=23.36%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal2162500.9900.690.3613897.5632.16
Hex2A23263045248a6220
Octal22426214301054421214240
Binary1010100010110010110001101000101100100100010101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #02A232;
 }
 .AnyTagClassName
 {
   color: #02A232;
 }
</style>
background-color css

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

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

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

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

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

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