#02b523

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

Shades of Dark Pastel Green #02B523

Tints of Dark Pastel Green #02B523

Color information

#02B523 (or 0x02B523) is unknown color: approx Dark Pastel Green. HEX triplet: 02, B5 and 23. RGB value is (2,181,35). Sum of RGB (Red+Green+Blue) = 2+181+35=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 181 (71.09% from 255 or 83.03% from 218); Blue value is 35 (14.06% from 255 or 16.06% from 218); Max value from RGB is 181 - color contains mainly: green. Hex color #02B523 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02B523 is #FD4ADC. Grayscale: #6F6F6F. Windows color (decimal): -16599773 or 2340098. OLE color: 2340098.

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

Color convert

RGB218135-
CMYK0.9900.810.29
HSL131.06º97.81%35.88%-
HSV(B)131.06º98.9%70.98%-
XYZ16.8533.187.11-
YUV110.8485.250.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.92%
GREEN value IS 181 (71.09% from 255) = 83.03%
BLUE value IS 35 (14.06% from 255) = 16.06%
R=0.92%
G=83.03%
B=16.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal2181350.9900.810.29131.0697.8135.88
Hex2B523630511D836224
Octal22654314301213520314244
Binary101011010110001111000110101000111101100000111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02b523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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