#02B531

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

Shades of Dark Pastel Green #02B531

Tints of Dark Pastel Green #02B531

Color information

#02B531 (or 0x02B531) is unknown color: approx Dark Pastel Green. HEX triplet: 02, B5 and 31. RGB value is (2,181,49). Sum of RGB (Red+Green+Blue) = 2+181+49=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 181 (71.09% from 255 or 78.02% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 181 - color contains mainly: green. Hex color #02B531 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02B531 is #FD4ACE. Grayscale: #707070. Windows color (decimal): -16599759 or 3257602. OLE color: 3257602.

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

Color convert

RGB218149-
CMYK0.9900.730.29
HSL135.75º97.81%35.88%-
HSV(B)135.75º98.9%70.98%-
XYZ17.133.288.43-
YUV112.4392.249.23-

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) = 78.02%
BLUE value IS 49 (19.53% from 255) = 21.12%
R=0.86%
G=78.02%
B=21.12%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal2181490.9900.730.29135.7597.8135.88
Hex2B531630491D886224
Octal22656114301113521014244
Binary101011010111000111000110100100111101100010001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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