#00311C

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

Shades of Dark Green #00311C

Tints of Dark Green #00311C

Color information

#00311C (or 0x00311C) is unknown color: approx Dark Green. HEX triplet: 00, 31 and 1C. RGB value is (0,49,28). Sum of RGB (Red+Green+Blue) = 0+49+28=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 49 (19.53% from 255 or 63.64% from 77); Blue value is 28 (11.33% from 255 or 36.36% from 77); Max value from RGB is 49 - color contains mainly: green. Hex color #00311C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00311C is #FFCEE3. Grayscale: #1F1F1F. Windows color (decimal): -16764644 or 1847552. OLE color: 1847552.

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

Color convert

RGB04928-
CMYK100.430.81
HSL154.29º100%9.61%-
HSV(B)154.29º100%19.22%-
XYZ1.312.281.47-
YUV31.96125.77105.21-

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) = 63.64%
BLUE value IS 28 (11.33% from 255) = 36.36%
R=0%
G=63.64%
B=36.36%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal04928100.430.81154.291009.61
Hex0311C6402B519a64a
Octal0613414405312123214412
Binary0110001111001100100010101110100011001101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00311C; }

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

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

<style>
 a { background-color: #00311C; }

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

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

<style>
 span { border-color: #00311C; }

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

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