Html Css Color HEX #001E0C Dark Green

📋 copy color: '#001E0C'

red 0 ◦ green 30 ◦ blue 12

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

Shades of Dark Green #001E0C

Tints of Dark Green #001E0C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 71.43%

 BLUE value IS 12 (5.08% from 255) = 28.57%

R = 0%
G = 71.43%
B = 28.57%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.60

 K value IS 0.88

RGB Variations

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

Color information

#001E0C (or 0x001E0C) is known color: Dark Green. HEX triplet: 00, 1E and 0C. RGB value is (0,30,12). Sum of RGB (Red+Green+Blue) = 0+30+12=42 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 42); Green value is 30 (12.11% from 255 or 71.43% from 42); Blue value is 12 (5.08% from 255 or 28.57% from 42); Max value from RGB is 30 - color contains mainly: green. Hex color #001E0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001E0C is #FFE1F3. Grayscale: #131313. Windows color (decimal): -16769524 or 794112. OLE color: 794112.

HSL color Cylindrical-coordinate representation of color #001E0C: hue angle of 144º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E0C is Cyan = 1, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.88.

Color convert

RGB 0 30 12 -
CMYK 1 0 0.60 0.88
HSL 144º 1% 0.06% -
HSV(B) 144º 1% 0.12% -
XYZ 0.53 0.96 0.5 -
YUV 18.98 124.06 114.46 -
System Red Green Blue C M Y K H S L
Decimal 0 30 12 1 0 0.60 0.88 144 1 0.06
Hex 0 1E C 64 0 3C 58 90 64 6
Octal 0 36 14 144 0 74 130 220 144 6
Binary 0 11110 1100 1100100 0 111100 1011000 10010000 1100100 110

Color Harmonies of #001E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001E0C

Black with #001E0C

Text Example


Text Example

White with #001E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001E0C; }

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

 H1.HeaderClassName
 {
   color: #001E0C;
 }
 .AnyTagClassName
 {
   color: #001E0C;
 }
</style>

background-color css

<style>
 a { background-color: #001E0C; }

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

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

border-color css

<style>
 span { border-color: #001E0C; }

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

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