#00301D

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

Shades of Dark Green #00301D

Tints of Dark Green #00301D

Color information

#00301D (or 0x00301D) is unknown color: approx Dark Green. HEX triplet: 00, 30 and 1D. RGB value is (0,48,29). Sum of RGB (Red+Green+Blue) = 0+48+29=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 48 (19.14% from 255 or 62.34% from 77); Blue value is 29 (11.72% from 255 or 37.66% from 77); Max value from RGB is 48 - color contains mainly: green. Hex color #00301D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00301D is #FFCFE2. Grayscale: #1F1F1F. Windows color (decimal): -16764899 or 1912832. OLE color: 1912832.

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

Color convert

RGB04829-
CMYK100.400.81
HSL156.25º100%9.41%-
HSV(B)156.25º100%18.82%-
XYZ1.282.21.52-
YUV31.48126.6105.54-

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) = 62.34%
BLUE value IS 29 (11.72% from 255) = 37.66%
R=0%
G=62.34%
B=37.66%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal04829100.400.81156.251009.41
Hex0301D64028519c649
Octal0603514405012123414411
Binary0110000111011100100010100010100011001110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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