Html Css Color HEX #092E12 Deep Fir

📋 copy color: '#092E12'

red 9 ◦ green 46 ◦ blue 18

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

Shades of Deep Fir #092E12

Tints of Deep Fir #092E12

RGB

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

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

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

R = 12.33%
G = 63.01%
B = 24.66%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.61

 K value IS 0.82

RGB Variations

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

Color information

#092E12 (or 0x092E12) is known color: Deep Fir. HEX triplet: 09, 2E and 12. RGB value is (9,46,18). Sum of RGB (Red+Green+Blue) = 9+46+18=73 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.33% from 73); Green value is 46 (18.36% from 255 or 63.01% from 73); Blue value is 18 (7.42% from 255 or 24.66% from 73); Max value from RGB is 46 - color contains mainly: green. Hex color #092E12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092E12 is #F6D1ED. Grayscale: #1F1F1F. Windows color (decimal): -16175598 or 1191433. OLE color: 1191433.

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

Color convert

RGB 9 46 18 -
CMYK 0.80 0 0.61 0.82
HSL 134.59º 0.67% 0.11% -
HSV(B) 134.59º 0.8% 0.18% -
XYZ 1.2 2.06 0.91 -
YUV 31.75 120.24 111.78 -
System Red Green Blue C M Y K H S L
Decimal 9 46 18 0.80 0 0.61 0.82 134.59 0.67 0.11
Hex 9 2E 12 50 0 3D 52 87 43 B
Octal 11 56 22 120 0 75 122 207 103 13
Binary 1001 101110 10010 1010000 0 111101 1010010 10000111 1000011 1011

Color Harmonies of #092E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092E12

Black with #092E12

Text Example


Text Example

White with #092E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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