Html Css Color HEX #091C14 Dark Green

📋 copy color: '#091C14'

red 9 ◦ green 28 ◦ blue 20

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

Shades of Dark Green #091C14

Tints of Dark Green #091C14

RGB

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

 GREEN value IS 28 (11.33% from 255) = 49.12%

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

R = 15.79%
G = 49.12%
B = 35.09%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.29

 K value IS 0.89

RGB Variations

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

Color information

#091C14 (or 0x091C14) is known color: Dark Green. HEX triplet: 09, 1C and 14. RGB value is (9,28,20). Sum of RGB (Red+Green+Blue) = 9+28+20=57 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.79% from 57); Green value is 28 (11.33% from 255 or 49.12% from 57); Blue value is 20 (8.20% from 255 or 35.09% from 57); Max value from RGB is 28 - color contains mainly: green. Hex color #091C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091C14 is #F6E3EB. Grayscale: #151515. Windows color (decimal): -16180204 or 1317897. OLE color: 1317897.

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

Color convert

RGB 9 28 20 -
CMYK 0.68 0 0.29 0.89
HSL 154.74º 0.51% 0.07% -
HSV(B) 154.74º 0.68% 0.11% -
XYZ 0.65 0.94 0.81 -
YUV 21.41 127.21 119.15 -
System Red Green Blue C M Y K H S L
Decimal 9 28 20 0.68 0 0.29 0.89 154.74 0.51 0.07
Hex 9 1C 14 44 0 1D 59 9B 33 7
Octal 11 34 24 104 0 35 131 233 63 7
Binary 1001 11100 10100 1000100 0 11101 1011001 10011011 110011 111

Color Harmonies of #091C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091C14

Black with #091C14

Text Example


Text Example

White with #091C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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