#02832E

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

Shades of Dark Spring Green #02832E

Tints of Dark Spring Green #02832E

Color information

#02832E (or 0x02832E) is unknown color: approx Dark Spring Green. HEX triplet: 02, 83 and 2E. RGB value is (2,131,46). Sum of RGB (Red+Green+Blue) = 2+131+46=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 131 (51.56% from 255 or 73.18% from 179); Blue value is 46 (18.36% from 255 or 25.70% from 179); Max value from RGB is 131 - color contains mainly: green. Hex color #02832E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02832E is #FD7CD1. Grayscale: #525252. Windows color (decimal): -16612562 or 3048194. OLE color: 3048194.

HSL color Cylindrical-coordinate representation of color #02832E: hue angle of 140.47º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02832E is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB213146-
CMYK0.9800.650.49
HSL140.47º96.99%26.08%-
HSV(B)140.47º98.47%51.37%-
XYZ8.6316.445.3-
YUV82.74107.2670.41-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.12%
GREEN value IS 131 (51.56% from 255) = 73.18%
BLUE value IS 46 (18.36% from 255) = 25.70%
R=1.12%
G=73.18%
B=25.70%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2131460.9800.650.49140.4796.9926.08
Hex2832E62041318c611a
Octal22035614201016121414132
Binary101000001110111011000100100000111000110001100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02832E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02832E; }

 p { color: rgb(2,131,46); }

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

<style>
 a { background-color: #02832E; }

 a { background-color: rgb(2,131,46); }

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

<style>
 span { border-color: #02832E; }

 span { border-color: rgb(2,131,46); }

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