Html Css Color HEX #092F12 Deep Fir

📋 copy color: '#092F12'

red 9 ◦ green 47 ◦ blue 18

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

Shades of Deep Fir #092F12

Tints of Deep Fir #092F12

RGB

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

 GREEN value IS 47 (18.75% from 255) = 63.51%

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

R = 12.16%
G = 63.51%
B = 24.32%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.62

 K value IS 0.82

RGB Variations

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

Color information

#092F12 (or 0x092F12) is known color: Deep Fir. HEX triplet: 09, 2F and 12. RGB value is (9,47,18). Sum of RGB (Red+Green+Blue) = 9+47+18=74 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.16% from 74); Green value is 47 (18.75% from 255 or 63.51% from 74); Blue value is 18 (7.42% from 255 or 24.32% from 74); Max value from RGB is 47 - color contains mainly: green. Hex color #092F12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092F12 is #F6D0ED. Grayscale: #202020. Windows color (decimal): -16175342 or 1191689. OLE color: 1191689.

HSL color Cylindrical-coordinate representation of color #092F12: hue angle of 134.21º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #092F12 is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.82.

Color convert

RGB 9 47 18 -
CMYK 0.81 0 0.62 0.82
HSL 134.21º 0.68% 0.11% -
HSV(B) 134.21º 0.81% 0.18% -
XYZ 1.24 2.13 0.92 -
YUV 32.33 119.91 111.36 -
System Red Green Blue C M Y K H S L
Decimal 9 47 18 0.81 0 0.62 0.82 134.21 0.68 0.11
Hex 9 2F 12 51 0 3E 52 86 44 B
Octal 11 57 22 121 0 76 122 206 104 13
Binary 1001 101111 10010 1010001 0 111110 1010010 10000110 1000100 1011

Color Harmonies of #092F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092F12

Black with #092F12

Text Example


Text Example

White with #092F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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