Html Css Color HEX #091C12 Dark Green

📋 copy color: '#091C12'

red 9 ◦ green 28 ◦ blue 18

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

Shades of Dark Green #091C12

Tints of Dark Green #091C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 32.73%

R = 16.36%
G = 50.91%
B = 32.73%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.36

 K value IS 0.89

RGB Variations

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

Color information

#091C12 (or 0x091C12) is known color: Dark Green. HEX triplet: 09, 1C and 12. RGB value is (9,28,18). Sum of RGB (Red+Green+Blue) = 9+28+18=55 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.36% from 55); Green value is 28 (11.33% from 255 or 50.91% from 55); Blue value is 18 (7.42% from 255 or 32.73% from 55); Max value from RGB is 28 - color contains mainly: green. Hex color #091C12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091C12 is #F6E3ED. Grayscale: #151515. Windows color (decimal): -16180206 or 1186825. OLE color: 1186825.

HSL color Cylindrical-coordinate representation of color #091C12: hue angle of 148.42º 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 #091C12 is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.89.

Color convert

RGB 9 28 18 -
CMYK 0.68 0 0.36 0.89
HSL 148.42º 0.51% 0.07% -
HSV(B) 148.42º 0.68% 0.11% -
XYZ 0.64 0.93 0.72 -
YUV 21.18 126.21 119.31 -
System Red Green Blue C M Y K H S L
Decimal 9 28 18 0.68 0 0.36 0.89 148.42 0.51 0.07
Hex 9 1C 12 44 0 24 59 94 33 7
Octal 11 34 22 104 0 44 131 224 63 7
Binary 1001 11100 10010 1000100 0 100100 1011001 10010100 110011 111

Color Harmonies of #091C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091C12

Black with #091C12

Text Example


Text Example

White with #091C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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