Html Css Color HEX #091E14 Dark Green

📋 copy color: '#091E14'

red 9 ◦ green 30 ◦ blue 20

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

Shades of Dark Green #091E14

Tints of Dark Green #091E14

RGB

 RED value IS 9 (3.91% from 255) = 15.25%

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

 BLUE value IS 20 (8.2% from 255) = 33.9%

R = 15.25%
G = 50.85%
B = 33.9%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.33

 K value IS 0.88

RGB Variations

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

Color information

#091E14 (or 0x091E14) is known color: Dark Green. HEX triplet: 09, 1E and 14. RGB value is (9,30,20). Sum of RGB (Red+Green+Blue) = 9+30+20=59 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.25% from 59); Green value is 30 (12.11% from 255 or 50.85% from 59); Blue value is 20 (8.20% from 255 or 33.90% from 59); Max value from RGB is 30 - color contains mainly: green. Hex color #091E14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091E14 is #F6E1EB. Grayscale: #161616. Windows color (decimal): -16179692 or 1318409. OLE color: 1318409.

HSL color Cylindrical-coordinate representation of color #091E14: hue angle of 151.43º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #091E14 is Cyan = 0.70, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.88.

Color convert

RGB 9 30 20 -
CMYK 0.70 0 0.33 0.88
HSL 151.43º 0.54% 0.08% -
HSV(B) 151.43º 0.7% 0.12% -
XYZ 0.7 1.04 0.82 -
YUV 22.58 126.54 118.31 -
System Red Green Blue C M Y K H S L
Decimal 9 30 20 0.70 0 0.33 0.88 151.43 0.54 0.08
Hex 9 1E 14 46 0 21 58 97 36 8
Octal 11 36 24 106 0 41 130 227 66 10
Binary 1001 11110 10100 1000110 0 100001 1011000 10010111 110110 1000

Color Harmonies of #091E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091E14

Black with #091E14

Text Example


Text Example

White with #091E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091E14; }

 p { color: rgb(9,30,20); }

 H1.HeaderClassName
 {
   color: #091E14;
 }
 .AnyTagClassName
 {
   color: #091E14;
 }
</style>

background-color css

<style>
 a { background-color: #091E14; }

 a { background-color: rgb(9,30,20); }

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

border-color css

<style>
 span { border-color: #091E14; }

 span { border-color: rgb(9,30,20); }

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