#02B532

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

Shades of Dark Pastel Green #02B532

Tints of Dark Pastel Green #02B532

Color information

#02B532 (or 0x02B532) is unknown color: approx Dark Pastel Green. HEX triplet: 02, B5 and 32. RGB value is (2,181,50). Sum of RGB (Red+Green+Blue) = 2+181+50=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 181 (71.09% from 255 or 77.68% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 181 - color contains mainly: green. Hex color #02B532 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02B532 is #FD4ACD. Grayscale: #707070. Windows color (decimal): -16599758 or 3323138. OLE color: 3323138.

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

Color convert

RGB218150-
CMYK0.9900.720.29
HSL136.09º97.81%35.88%-
HSV(B)136.09º98.9%70.98%-
XYZ17.1233.298.54-
YUV112.5492.749.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.86%
GREEN value IS 181 (71.09% from 255) = 77.68%
BLUE value IS 50 (19.92% from 255) = 21.46%
R=0.86%
G=77.68%
B=21.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal2181500.9900.720.29136.0997.8135.88
Hex2B532630481D886224
Octal22656214301103521014244
Binary101011010111001011000110100100011101100010001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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