#00311B

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

Shades of Dark Green #00311B

Tints of Dark Green #00311B

Color information

#00311B (or 0x00311B) is unknown color: approx Dark Green. HEX triplet: 00, 31 and 1B. RGB value is (0,49,27). Sum of RGB (Red+Green+Blue) = 0+49+27=76 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 76); Green value is 49 (19.53% from 255 or 64.47% from 76); Blue value is 27 (10.94% from 255 or 35.53% from 76); Max value from RGB is 49 - color contains mainly: green. Hex color #00311B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00311B is #FFCEE4. Grayscale: #1F1F1F. Windows color (decimal): -16764645 or 1782016. OLE color: 1782016.

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

Color convert

RGB04927-
CMYK100.450.81
HSL153.06º100%9.61%-
HSV(B)153.06º100%19.22%-
XYZ1.32.281.41-
YUV31.84125.27105.29-

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) = 64.47%
BLUE value IS 27 (10.94% from 255) = 35.53%
R=0%
G=64.47%
B=35.53%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal04927100.450.81153.061009.61
Hex0311B6402D519964a
Octal0613314405512123114412
Binary0110001110111100100010110110100011001100111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00311B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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