Html Css Color HEX #092E16 Deep Fir

📋 copy color: '#092E16'

red 9 ◦ green 46 ◦ blue 22

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

Shades of Deep Fir #092E16

Tints of Deep Fir #092E16

RGB

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

 GREEN value IS 46 (18.36% from 255) = 59.74%

 BLUE value IS 22 (8.98% from 255) = 28.57%

R = 11.69%
G = 59.74%
B = 28.57%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.52

 K value IS 0.82

RGB Variations

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

Color information

#092E16 (or 0x092E16) is known color: Deep Fir. HEX triplet: 09, 2E and 16. RGB value is (9,46,22). Sum of RGB (Red+Green+Blue) = 9+46+22=77 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.69% from 77); Green value is 46 (18.36% from 255 or 59.74% from 77); Blue value is 22 (8.98% from 255 or 28.57% from 77); Max value from RGB is 46 - color contains mainly: green. Hex color #092E16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092E16 is #F6D1E9. Grayscale: #202020. Windows color (decimal): -16175594 or 1453577. OLE color: 1453577.

HSL color Cylindrical-coordinate representation of color #092E16: hue angle of 141.08º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #092E16 is Cyan = 0.80, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.82.

Color convert

RGB 9 46 22 -
CMYK 0.80 0 0.52 0.82
HSL 141.08º 0.67% 0.11% -
HSV(B) 141.08º 0.8% 0.18% -
XYZ 1.23 2.07 1.09 -
YUV 32.2 122.24 111.45 -
System Red Green Blue C M Y K H S L
Decimal 9 46 22 0.80 0 0.52 0.82 141.08 0.67 0.11
Hex 9 2E 16 50 0 34 52 8D 43 B
Octal 11 56 26 120 0 64 122 215 103 13
Binary 1001 101110 10110 1010000 0 110100 1010010 10001101 1000011 1011

Color Harmonies of #092E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092E16

Black with #092E16

Text Example


Text Example

White with #092E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092E16; }

 p { color: rgb(9,46,22); }

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

background-color css

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

 a { background-color: rgb(9,46,22); }

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

border-color css

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

 span { border-color: rgb(9,46,22); }

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