#02B831

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

Shades of Dark Pastel Green #02B831

Tints of Dark Pastel Green #02B831

Color information

#02B831 (or 0x02B831) is unknown color: approx Dark Pastel Green. HEX triplet: 02, B8 and 31. RGB value is (2,184,49). Sum of RGB (Red+Green+Blue) = 2+184+49=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 184 (72.27% from 255 or 78.30% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 184 - color contains mainly: green. Hex color #02B831 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02B831 is #FD47CE. Grayscale: #727272. Windows color (decimal): -16598991 or 3258370. OLE color: 3258370.

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

Color convert

RGB218449-
CMYK0.9900.730.28
HSL135.49º97.85%36.47%-
HSV(B)135.49º98.91%72.16%-
XYZ17.7234.528.63-
YUV114.1991.247.98-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.85%
GREEN value IS 184 (72.27% from 255) = 78.30%
BLUE value IS 49 (19.53% from 255) = 20.85%
R=0.85%
G=78.30%
B=20.85%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal2184490.9900.730.28135.4997.8536.47
Hex2B831630491C876224
Octal22706114301113420714244
Binary101011100011000111000110100100111100100001111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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