Html Css Color HEX #09120F Dark Green

📋 copy color: '#09120F'

red 9 ◦ green 18 ◦ blue 15

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

Shades of Dark Green #09120F

Tints of Dark Green #09120F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 35.71%

R = 21.43%
G = 42.86%
B = 35.71%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.17

 K value IS 0.93

RGB Variations

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

Color information

#09120F (or 0x09120F) is known color: Dark Green. HEX triplet: 09, 12 and 0F. RGB value is (9,18,15). Sum of RGB (Red+Green+Blue) = 9+18+15=42 (5% of max value = 765). Red value is 9 (3.91% from 255 or 21.43% from 42); Green value is 18 (7.42% from 255 or 42.86% from 42); Blue value is 15 (6.25% from 255 or 35.71% from 42); Max value from RGB is 18 - color contains mainly: green. Hex color #09120F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09120F is #F6EDF0. Grayscale: #0E0E0E. Windows color (decimal): -16182769 or 987657. OLE color: 987657.

HSL color Cylindrical-coordinate representation of color #09120F: hue angle of 160º 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 #09120F is Cyan = 0.5, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.93.

Color convert

RGB 9 18 15 -
CMYK 0.5 0 0.17 0.93
HSL 160º 0.33% 0.05% -
HSV(B) 160º 0.5% 0.07% -
XYZ 0.42 0.53 0.53 -
YUV 14.97 128.02 123.74 -
System Red Green Blue C M Y K H S L
Decimal 9 18 15 0.5 0 0.17 0.93 160 0.33 0.05
Hex 9 12 F 32 0 11 5D A0 21 5
Octal 11 22 17 62 0 21 135 240 41 5
Binary 1001 10010 1111 110010 0 10001 1011101 10100000 100001 101

Color Harmonies of #09120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09120F

Black with #09120F

Text Example


Text Example

White with #09120F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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