Html Css Color HEX #091D14 Dark Green

📋 copy color: '#091D14'

red 9 ◦ green 29 ◦ blue 20

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

Shades of Dark Green #091D14

Tints of Dark Green #091D14

RGB

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

 GREEN value IS 29 (11.72% from 255) = 50%

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

R = 15.52%
G = 50%
B = 34.48%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.31

 K value IS 0.89

RGB Variations

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

Color information

#091D14 (or 0x091D14) is known color: Dark Green. HEX triplet: 09, 1D and 14. RGB value is (9,29,20). Sum of RGB (Red+Green+Blue) = 9+29+20=58 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.52% from 58); Green value is 29 (11.72% from 255 or 50% from 58); Blue value is 20 (8.20% from 255 or 34.48% from 58); Max value from RGB is 29 - color contains mainly: green. Hex color #091D14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091D14 is #F6E2EB. Grayscale: #161616. Windows color (decimal): -16179948 or 1318153. OLE color: 1318153.

HSL color Cylindrical-coordinate representation of color #091D14: hue angle of 153º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #091D14 is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.89.

Color convert

RGB 9 29 20 -
CMYK 0.69 0 0.31 0.89
HSL 153º 0.53% 0.07% -
HSV(B) 153º 0.69% 0.11% -
XYZ 0.68 0.99 0.82 -
YUV 21.99 126.87 118.73 -
System Red Green Blue C M Y K H S L
Decimal 9 29 20 0.69 0 0.31 0.89 153 0.53 0.07
Hex 9 1D 14 45 0 1F 59 99 35 7
Octal 11 35 24 105 0 37 131 231 65 7
Binary 1001 11101 10100 1000101 0 11111 1011001 10011001 110101 111

Color Harmonies of #091D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091D14

Black with #091D14

Text Example


Text Example

White with #091D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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