Html Css Color HEX #092012 Dark Green

📋 copy color: '#092012'

red 9 ◦ green 32 ◦ blue 18

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

Shades of Dark Green #092012

Tints of Dark Green #092012

RGB

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

 GREEN value IS 32 (12.89% from 255) = 54.24%

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

R = 15.25%
G = 54.24%
B = 30.51%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.44

 K value IS 0.87

RGB Variations

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

Color information

#092012 (or 0x092012) is known color: Dark Green. HEX triplet: 09, 20 and 12. RGB value is (9,32,18). Sum of RGB (Red+Green+Blue) = 9+32+18=59 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.25% from 59); Green value is 32 (12.89% from 255 or 54.24% from 59); Blue value is 18 (7.42% from 255 or 30.51% from 59); Max value from RGB is 32 - color contains mainly: green. Hex color #092012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092012 is #F6DFED. Grayscale: #171717. Windows color (decimal): -16179182 or 1187849. OLE color: 1187849.

HSL color Cylindrical-coordinate representation of color #092012: hue angle of 143.48º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #092012 is Cyan = 0.72, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.87.

Color convert

RGB 9 32 18 -
CMYK 0.72 0 0.44 0.87
HSL 143.48º 0.56% 0.08% -
HSV(B) 143.48º 0.72% 0.13% -
XYZ 0.74 1.13 0.75 -
YUV 23.53 124.88 117.64 -
System Red Green Blue C M Y K H S L
Decimal 9 32 18 0.72 0 0.44 0.87 143.48 0.56 0.08
Hex 9 20 12 48 0 2C 57 8F 38 8
Octal 11 40 22 110 0 54 127 217 70 10
Binary 1001 100000 10010 1001000 0 101100 1010111 10001111 111000 1000

Color Harmonies of #092012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092012

Black with #092012

Text Example


Text Example

White with #092012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092012; }

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

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

background-color css

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

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

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

border-color css

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

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

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