Html Css Color HEX #001E0B Dark Green

📋 copy color: '#001E0B'

red 0 ◦ green 30 ◦ blue 11

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

Shades of Dark Green #001E0B

Tints of Dark Green #001E0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 26.83%

R = 0%
G = 73.17%
B = 26.83%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.63

 K value IS 0.88

RGB Variations

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

Color information

#001E0B (or 0x001E0B) is known color: Dark Green. HEX triplet: 00, 1E and 0B. RGB value is (0,30,11). Sum of RGB (Red+Green+Blue) = 0+30+11=41 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 41); Green value is 30 (12.11% from 255 or 73.17% from 41); Blue value is 11 (4.69% from 255 or 26.83% from 41); Max value from RGB is 30 - color contains mainly: green. Hex color #001E0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001E0B is #FFE1F4. Grayscale: #121212. Windows color (decimal): -16769525 or 728576. OLE color: 728576.

HSL color Cylindrical-coordinate representation of color #001E0B: hue angle of 142º 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 #001E0B is Cyan = 1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.88.

Color convert

RGB 0 30 11 -
CMYK 1 0 0.63 0.88
HSL 142º 1% 0.06% -
HSV(B) 142º 1% 0.12% -
XYZ 0.52 0.95 0.47 -
YUV 18.86 123.56 114.54 -
System Red Green Blue C M Y K H S L
Decimal 0 30 11 1 0 0.63 0.88 142 1 0.06
Hex 0 1E B 64 0 3F 58 8E 64 6
Octal 0 36 13 144 0 77 130 216 144 6
Binary 0 11110 1011 1100100 0 111111 1011000 10001110 1100100 110

Color Harmonies of #001E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001E0B

Black with #001E0B

Text Example


Text Example

White with #001E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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