#00301E

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

Shades of Dark Green #00301E

Tints of Dark Green #00301E

Color information

#00301E (or 0x00301E) is unknown color: approx Dark Green. HEX triplet: 00, 30 and 1E. RGB value is (0,48,30). Sum of RGB (Red+Green+Blue) = 0+48+30=78 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 78); Green value is 48 (19.14% from 255 or 61.54% from 78); Blue value is 30 (12.11% from 255 or 38.46% from 78); Max value from RGB is 48 - color contains mainly: green. Hex color #00301E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00301E is #FFCFE1. Grayscale: #1F1F1F. Windows color (decimal): -16764898 or 1978368. OLE color: 1978368.

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

Color convert

RGB04830-
CMYK100.370.81
HSL157.5º100%9.41%-
HSV(B)157.5º100%18.82%-
XYZ1.292.211.59-
YUV31.6127.1105.46-

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) = 61.54%
BLUE value IS 30 (12.11% from 255) = 38.46%
R=0%
G=61.54%
B=38.46%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal04830100.370.81157.51009.41
Hex0301E64025519e649
Octal0603614404512123614411
Binary0110000111101100100010010110100011001111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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