Html Css Color HEX #00300E Dark Green

📋 copy color: '#00300E'

red 0 ◦ green 48 ◦ blue 14

#00300E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #00300E

Tints of Dark Green #00300E

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 48 (19.14% from 255) = 77.42%

 BLUE value IS 14 (5.86% from 255) = 22.58%

R = 0%
G = 77.42%
B = 22.58%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#00300E (or 0x00300E) is known color: Dark Green. HEX triplet: 00, 30 and 0E. RGB value is (0,48,14). Sum of RGB (Red+Green+Blue) = 0+48+14=62 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 62); Green value is 48 (19.14% from 255 or 77.42% from 62); Blue value is 14 (5.86% from 255 or 22.58% from 62); Max value from RGB is 48 - color contains mainly: green. Hex color #00300E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00300E is #FFCFF1. Grayscale: #1D1D1D. Windows color (decimal): -16764914 or 929792. OLE color: 929792.

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

Color convert

RGB 0 48 14 -
CMYK 1 0 0.71 0.81
HSL 137.5º 1% 0.09% -
HSV(B) 137.5º 1% 0.19% -
XYZ 1.14 2.15 0.77 -
YUV 29.77 119.1 106.76 -
System Red Green Blue C M Y K H S L
Decimal 0 48 14 1 0 0.71 0.81 137.5 1 0.09
Hex 0 30 E 64 0 47 51 8A 64 9
Octal 0 60 16 144 0 107 121 212 144 11
Binary 0 110000 1110 1100100 0 1000111 1010001 10001010 1100100 1001

Color Harmonies of #00300E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00300E

Black with #00300E

Text Example


Text Example

White with #00300E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00300E;
 }
 .AnyTagClassName
 {
   color: #00300E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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