#02312D

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

Shades of Dark Green #02312D

Tints of Dark Green #02312D

Color information

#02312D (or 0x02312D) is unknown color: approx Dark Green. HEX triplet: 02, 31 and 2D. RGB value is (2,49,45). Sum of RGB (Red+Green+Blue) = 2+49+45=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 49 (19.53% from 255 or 51.04% from 96); Blue value is 45 (17.97% from 255 or 46.88% from 96); Max value from RGB is 49 - color contains mainly: green. Hex color #02312D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02312D is #FDCED2. Grayscale: #222222. Windows color (decimal): -16633555 or 2961666. OLE color: 2961666.

HSL color Cylindrical-coordinate representation of color #02312D: hue angle of 174.89º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02312D is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB24945-
CMYK0.9600.080.81
HSL174.89º92.16%10%-
HSV(B)174.89º95.92%19.22%-
XYZ1.62.42.86-
YUV34.49133.93104.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.08%
GREEN value IS 49 (19.53% from 255) = 51.04%
BLUE value IS 45 (17.97% from 255) = 46.88%
R=2.08%
G=51.04%
B=46.88%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal249450.9600.080.81174.8992.1610
Hex2312D600851af5ca
Octal2615514001012125713412
Binary1011000110110111000000100010100011010111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02312D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02312D; }

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

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

<style>
 a { background-color: #02312D; }

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

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

<style>
 span { border-color: #02312D; }

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

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