#00391F

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

Shades of Dark Green #00391F

Tints of Dark Green #00391F

Color information

#00391F (or 0x00391F) is unknown color: approx Dark Green. HEX triplet: 00, 39 and 1F. RGB value is (0,57,31). Sum of RGB (Red+Green+Blue) = 0+57+31=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 57 (22.66% from 255 or 64.77% from 88); Blue value is 31 (12.5% from 255 or 35.23% from 88); Max value from RGB is 57 - color contains mainly: green. Hex color #00391F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00391F is #FFC6E0. Grayscale: #252525. Windows color (decimal): -16762593 or 2046208. OLE color: 2046208.

HSL color Cylindrical-coordinate representation of color #00391F: hue angle of 152.63º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00391F is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB05731-
CMYK100.460.78
HSL152.63º100%11.18%-
HSV(B)152.63º100%22.35%-
XYZ1.713.031.79-
YUV36.99124.62101.61-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 57 (22.66% from 255) = 64.77%
BLUE value IS 31 (12.5% from 255) = 35.23%
R=0%
G=64.77%
B=35.23%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal05731100.460.78152.6310011.18
Hex0391F6402E4E9964b
Octal0713714405611623114413
Binary0111001111111100100010111010011101001100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00391F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,57,31); }

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

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

 a { background-color: rgb(0,57,31); }

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

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

 span { border-color: rgb(0,57,31); }

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