#00312B

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

Shades of Dark Green #00312B

Tints of Dark Green #00312B

Color information

#00312B (or 0x00312B) is unknown color: approx Dark Green. HEX triplet: 00, 31 and 2B. RGB value is (0,49,43). Sum of RGB (Red+Green+Blue) = 0+49+43=92 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 92); Green value is 49 (19.53% from 255 or 53.26% from 92); Blue value is 43 (17.19% from 255 or 46.74% from 92); Max value from RGB is 49 - color contains mainly: green. Hex color #00312B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00312B is #FFCED4. Grayscale: #212121. Windows color (decimal): -16764629 or 2830592. OLE color: 2830592.

HSL color Cylindrical-coordinate representation of color #00312B: hue angle of 172.65º 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 #00312B is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.81.

Color convert

RGB04943-
CMYK100.120.81
HSL172.65º100%9.61%-
HSV(B)172.65º100%19.22%-
XYZ1.532.372.66-
YUV33.66133.27103.99-

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) = 53.26%
BLUE value IS 43 (17.19% from 255) = 46.74%
R=0%
G=53.26%
B=46.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal04943100.120.81172.651009.61
Hex0312B640C51ad64a
Octal0615314401412125514412
Binary011000110101111001000110010100011010110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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