#02AB33

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

Shades of Dark Pastel Green #02AB33

Tints of Dark Pastel Green #02AB33

Color information

#02AB33 (or 0x02AB33) is unknown color: approx Dark Pastel Green. HEX triplet: 02, AB and 33. RGB value is (2,171,51). Sum of RGB (Red+Green+Blue) = 2+171+51=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 171 (67.19% from 255 or 76.34% from 224); Blue value is 51 (20.31% from 255 or 22.77% from 224); Max value from RGB is 171 - color contains mainly: green. Hex color #02AB33 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AB33 is #FD54CC. Grayscale: #6B6B6B. Windows color (decimal): -16602317 or 3386114. OLE color: 3386114.

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

Color convert

RGB217151-
CMYK0.9900.700.33
HSL137.4º97.69%33.92%-
HSV(B)137.4º98.83%67.06%-
XYZ15.1929.388-
YUV106.7996.5153.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.89%
GREEN value IS 171 (67.19% from 255) = 76.34%
BLUE value IS 51 (20.31% from 255) = 22.77%
R=0.89%
G=76.34%
B=22.77%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal2171510.9900.700.33137.497.6933.92
Hex2AB336304621896222
Octal22536314301064121114242
Binary1010101011110011110001101000110100001100010011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02AB33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,171,51); }

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

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

 a { background-color: rgb(2,171,51); }

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

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

 span { border-color: rgb(2,171,51); }

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