Html Css Color HEX #09120C Dark Green

📋 copy color: '#09120C'

red 9 ◦ green 18 ◦ blue 12

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

Shades of Dark Green #09120C

Tints of Dark Green #09120C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 46.15%

 BLUE value IS 12 (5.08% from 255) = 30.77%

R = 23.08%
G = 46.15%
B = 30.77%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.33

 K value IS 0.93

RGB Variations

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

Color information

#09120C (or 0x09120C) is known color: Dark Green. HEX triplet: 09, 12 and 0C. RGB value is (9,18,12). Sum of RGB (Red+Green+Blue) = 9+18+12=39 (5% of max value = 765). Red value is 9 (3.91% from 255 or 23.08% from 39); Green value is 18 (7.42% from 255 or 46.15% from 39); Blue value is 12 (5.08% from 255 or 30.77% from 39); Max value from RGB is 18 - color contains mainly: green. Hex color #09120C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09120C is #F6EDF3. Grayscale: #0E0E0E. Windows color (decimal): -16182772 or 791049. OLE color: 791049.

HSL color Cylindrical-coordinate representation of color #09120C: hue angle of 140º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #09120C is Cyan = 0.5, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.93.

Color convert

RGB 9 18 12 -
CMYK 0.5 0 0.33 0.93
HSL 140º 0.33% 0.05% -
HSV(B) 140º 0.5% 0.07% -
XYZ 0.4 0.52 0.43 -
YUV 14.63 126.52 123.99 -
System Red Green Blue C M Y K H S L
Decimal 9 18 12 0.5 0 0.33 0.93 140 0.33 0.05
Hex 9 12 C 32 0 21 5D 8C 21 5
Octal 11 22 14 62 0 41 135 214 41 5
Binary 1001 10010 1100 110010 0 100001 1011101 10001100 100001 101

Color Harmonies of #09120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09120C

Black with #09120C

Text Example


Text Example

White with #09120C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09120C; }

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

 H1.HeaderClassName
 {
   color: #09120C;
 }
 .AnyTagClassName
 {
   color: #09120C;
 }
</style>

background-color css

<style>
 a { background-color: #09120C; }

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

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

border-color css

<style>
 span { border-color: #09120C; }

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

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