#00312D

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

Shades of Dark Green #00312D

Tints of Dark Green #00312D

Color information

#00312D (or 0x00312D) is unknown color: approx Dark Green. HEX triplet: 00, 31 and 2D. RGB value is (0,49,45). Sum of RGB (Red+Green+Blue) = 0+49+45=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 49 (19.53% from 255 or 52.13% from 94); Blue value is 45 (17.97% from 255 or 47.87% from 94); Max value from RGB is 49 - color contains mainly: green. Hex color #00312D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00312D is #FFCED2. Grayscale: #212121. Windows color (decimal): -16764627 or 2961664. OLE color: 2961664.

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

Color convert

RGB04945-
CMYK100.080.81
HSL175.1º100%9.61%-
HSV(B)175.1º100%19.22%-
XYZ1.572.392.86-
YUV33.89134.27103.83-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 49 (19.53% from 255) = 52.13%
BLUE value IS 45 (17.97% from 255) = 47.87%
R=0%
G=52.13%
B=47.87%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal04945100.080.81175.11009.61
Hex0312D640851af64a
Octal0615514401012125714412
Binary011000110110111001000100010100011010111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00312D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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