#02312F

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

Shades of Dark Green #02312F

Tints of Dark Green #02312F

Color information

#02312F (or 0x02312F) is unknown color: approx Dark Green. HEX triplet: 02, 31 and 2F. RGB value is (2,49,47). Sum of RGB (Red+Green+Blue) = 2+49+47=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 49 (19.53% from 255 or 50% from 98); Blue value is 47 (18.75% from 255 or 47.96% from 98); Max value from RGB is 49 - color contains mainly: green. Hex color #02312F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02312F is #FDCED0. Grayscale: #222222. Windows color (decimal): -16633553 or 3092738. OLE color: 3092738.

HSL color Cylindrical-coordinate representation of color #02312F: hue angle of 177.45º 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 #02312F is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB24947-
CMYK0.9600.040.81
HSL177.45º92.16%10%-
HSV(B)177.45º95.92%19.22%-
XYZ1.642.413.07-
YUV34.72134.93104.66-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.04%
GREEN value IS 49 (19.53% from 255) = 50%
BLUE value IS 47 (18.75% from 255) = 47.96%
R=2.04%
G=50%
B=47.96%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal249470.9600.040.81177.4592.1610
Hex2312F600451b15ca
Octal261571400412126113412
Binary101100011011111100000010010100011011000110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02312F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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