Html Css Color HEX #001E16 Dark Green

📋 copy color: '#001E16'

red 0 ◦ green 30 ◦ blue 22

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

Shades of Dark Green #001E16

Tints of Dark Green #001E16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 42.31%

R = 0%
G = 57.69%
B = 42.31%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.27

 K value IS 0.88

RGB Variations

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

Color information

#001E16 (or 0x001E16) is known color: Dark Green. HEX triplet: 00, 1E and 16. RGB value is (0,30,22). Sum of RGB (Red+Green+Blue) = 0+30+22=52 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 52); Green value is 30 (12.11% from 255 or 57.69% from 52); Blue value is 22 (8.98% from 255 or 42.31% from 52); Max value from RGB is 30 - color contains mainly: green. Hex color #001E16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001E16 is #FFE1E9. Grayscale: #141414. Windows color (decimal): -16769514 or 1449472. OLE color: 1449472.

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

Color convert

RGB 0 30 22 -
CMYK 1 0 0.27 0.88
HSL 164º 1% 0.06% -
HSV(B) 164º 1% 0.12% -
XYZ 0.61 0.99 0.92 -
YUV 20.12 129.06 113.65 -
System Red Green Blue C M Y K H S L
Decimal 0 30 22 1 0 0.27 0.88 164 1 0.06
Hex 0 1E 16 64 0 1B 58 A4 64 6
Octal 0 36 26 144 0 33 130 244 144 6
Binary 0 11110 10110 1100100 0 11011 1011000 10100100 1100100 110

Color Harmonies of #001E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001E16

Black with #001E16

Text Example


Text Example

White with #001E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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