#00301F

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

Shades of Dark Green #00301F

Tints of Dark Green #00301F

Color information

#00301F (or 0x00301F) is unknown color: approx Dark Green. HEX triplet: 00, 30 and 1F. RGB value is (0,48,31). Sum of RGB (Red+Green+Blue) = 0+48+31=79 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 79); Green value is 48 (19.14% from 255 or 60.76% from 79); Blue value is 31 (12.5% from 255 or 39.24% from 79); Max value from RGB is 48 - color contains mainly: green. Hex color #00301F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00301F is #FFCFE0. Grayscale: #1F1F1F. Windows color (decimal): -16764897 or 2043904. OLE color: 2043904.

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

Color convert

RGB04831-
CMYK100.350.81
HSL158.75º100%9.41%-
HSV(B)158.75º100%18.82%-
XYZ1.32.211.65-
YUV31.71127.6105.38-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 48 (19.14% from 255) = 60.76%
BLUE value IS 31 (12.5% from 255) = 39.24%
R=0%
G=60.76%
B=39.24%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal04831100.350.81158.751009.41
Hex0301F64023519f649
Octal0603714404312123714411
Binary0110000111111100100010001110100011001111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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