Html Css Color HEX #092B12 Deep Fir

📋 copy color: '#092B12'

red 9 ◦ green 43 ◦ blue 18

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

Shades of Deep Fir #092B12

Tints of Deep Fir #092B12

RGB

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

 GREEN value IS 43 (17.19% from 255) = 61.43%

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

R = 12.86%
G = 61.43%
B = 25.71%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.58

 K value IS 0.83

RGB Variations

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

Color information

#092B12 (or 0x092B12) is known color: Deep Fir. HEX triplet: 09, 2B and 12. RGB value is (9,43,18). Sum of RGB (Red+Green+Blue) = 9+43+18=70 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.86% from 70); Green value is 43 (17.19% from 255 or 61.43% from 70); Blue value is 18 (7.42% from 255 or 25.71% from 70); Max value from RGB is 43 - color contains mainly: green. Hex color #092B12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092B12 is #F6D4ED. Grayscale: #1E1E1E. Windows color (decimal): -16176366 or 1190665. OLE color: 1190665.

HSL color Cylindrical-coordinate representation of color #092B12: hue angle of 135.88º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #092B12 is Cyan = 0.79, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.83.

Color convert

RGB 9 43 18 -
CMYK 0.79 0 0.58 0.83
HSL 135.88º 0.65% 0.1% -
HSV(B) 135.88º 0.79% 0.17% -
XYZ 1.09 1.83 0.87 -
YUV 29.98 121.24 113.03 -
System Red Green Blue C M Y K H S L
Decimal 9 43 18 0.79 0 0.58 0.83 135.88 0.65 0.1
Hex 9 2B 12 4F 0 3A 53 88 41 A
Octal 11 53 22 117 0 72 123 210 101 12
Binary 1001 101011 10010 1001111 0 111010 1010011 10001000 1000001 1010

Color Harmonies of #092B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092B12

Black with #092B12

Text Example


Text Example

White with #092B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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