#00301C

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

Shades of Dark Green #00301C

Tints of Dark Green #00301C

Color information

#00301C (or 0x00301C) is unknown color: approx Dark Green. HEX triplet: 00, 30 and 1C. RGB value is (0,48,28). Sum of RGB (Red+Green+Blue) = 0+48+28=76 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 76); Green value is 48 (19.14% from 255 or 63.16% from 76); Blue value is 28 (11.33% from 255 or 36.84% from 76); Max value from RGB is 48 - color contains mainly: green. Hex color #00301C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00301C is #FFCFE3. Grayscale: #1F1F1F. Windows color (decimal): -16764900 or 1847296. OLE color: 1847296.

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

Color convert

RGB04828-
CMYK100.420.81
HSL155º100%9.41%-
HSV(B)155º100%18.82%-
XYZ1.272.21.46-
YUV31.37126.1105.63-

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

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal04828100.420.811551009.41
Hex0301C6402A519b649
Octal0603414405212123314411
Binary0110000111001100100010101010100011001101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00301C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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