Html Css Color HEX #092011 Dark Green

📋 copy color: '#092011'

red 9 ◦ green 32 ◦ blue 17

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

Shades of Dark Green #092011

Tints of Dark Green #092011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 29.31%

R = 15.52%
G = 55.17%
B = 29.31%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.47

 K value IS 0.87

RGB Variations

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

Color information

#092011 (or 0x092011) is known color: Dark Green. HEX triplet: 09, 20 and 11. RGB value is (9,32,17). Sum of RGB (Red+Green+Blue) = 9+32+17=58 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.52% from 58); Green value is 32 (12.89% from 255 or 55.17% from 58); Blue value is 17 (7.03% from 255 or 29.31% from 58); Max value from RGB is 32 - color contains mainly: green. Hex color #092011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092011 is #F6DFEE. Grayscale: #171717. Windows color (decimal): -16179183 or 1122313. OLE color: 1122313.

HSL color Cylindrical-coordinate representation of color #092011: hue angle of 140.87º 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 #092011 is Cyan = 0.72, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.87.

Color convert

RGB 9 32 17 -
CMYK 0.72 0 0.47 0.87
HSL 140.87º 0.56% 0.08% -
HSV(B) 140.87º 0.72% 0.13% -
XYZ 0.73 1.13 0.71 -
YUV 23.41 124.38 117.72 -
System Red Green Blue C M Y K H S L
Decimal 9 32 17 0.72 0 0.47 0.87 140.87 0.56 0.08
Hex 9 20 11 48 0 2F 57 8D 38 8
Octal 11 40 21 110 0 57 127 215 70 10
Binary 1001 100000 10001 1001000 0 101111 1010111 10001101 111000 1000

Color Harmonies of #092011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092011

Black with #092011

Text Example


Text Example

White with #092011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092011; }

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

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

background-color css

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

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

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

border-color css

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

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

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