Html Css Color HEX #092E17 Deep Fir

📋 copy color: '#092E17'

red 9 ◦ green 46 ◦ blue 23

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

Shades of Deep Fir #092E17

Tints of Deep Fir #092E17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 29.49%

R = 11.54%
G = 58.97%
B = 29.49%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.50

 K value IS 0.82

RGB Variations

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

Color information

#092E17 (or 0x092E17) is known color: Deep Fir. HEX triplet: 09, 2E and 17. RGB value is (9,46,23). Sum of RGB (Red+Green+Blue) = 9+46+23=78 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.54% from 78); Green value is 46 (18.36% from 255 or 58.97% from 78); Blue value is 23 (9.38% from 255 or 29.49% from 78); Max value from RGB is 46 - color contains mainly: green. Hex color #092E17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092E17 is #F6D1E8. Grayscale: #202020. Windows color (decimal): -16175593 or 1519113. OLE color: 1519113.

HSL color Cylindrical-coordinate representation of color #092E17: hue angle of 142.7º 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 #092E17 is Cyan = 0.80, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.82.

Color convert

RGB 9 46 23 -
CMYK 0.80 0 0.50 0.82
HSL 142.7º 0.67% 0.11% -
HSV(B) 142.7º 0.8% 0.18% -
XYZ 1.24 2.07 1.15 -
YUV 32.32 122.74 111.37 -
System Red Green Blue C M Y K H S L
Decimal 9 46 23 0.80 0 0.50 0.82 142.7 0.67 0.11
Hex 9 2E 17 50 0 32 52 8F 43 B
Octal 11 56 27 120 0 62 122 217 103 13
Binary 1001 101110 10111 1010000 0 110010 1010010 10001111 1000011 1011

Color Harmonies of #092E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092E17

Black with #092E17

Text Example


Text Example

White with #092E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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