Html Css Color HEX #092912 Deep Fir

📋 copy color: '#092912'

red 9 ◦ green 41 ◦ blue 18

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

Shades of Deep Fir #092912

Tints of Deep Fir #092912

RGB

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

 GREEN value IS 41 (16.41% from 255) = 60.29%

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

R = 13.24%
G = 60.29%
B = 26.47%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.56

 K value IS 0.84

RGB Variations

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

Color information

#092912 (or 0x092912) is known color: Deep Fir. HEX triplet: 09, 29 and 12. RGB value is (9,41,18). Sum of RGB (Red+Green+Blue) = 9+41+18=68 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.24% from 68); Green value is 41 (16.41% from 255 or 60.29% from 68); Blue value is 18 (7.42% from 255 or 26.47% from 68); Max value from RGB is 41 - color contains mainly: green. Hex color #092912 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092912 is #F6D6ED. Grayscale: #1C1C1C. Windows color (decimal): -16176878 or 1190153. OLE color: 1190153.

HSL color Cylindrical-coordinate representation of color #092912: hue angle of 136.88º degrees, saturation: 0.64, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #092912 is Cyan = 0.78, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.84.

Color convert

RGB 9 41 18 -
CMYK 0.78 0 0.56 0.84
HSL 136.88º 0.64% 0.1% -
HSV(B) 136.88º 0.78% 0.16% -
XYZ 1.01 1.69 0.84 -
YUV 28.81 121.9 113.87 -
System Red Green Blue C M Y K H S L
Decimal 9 41 18 0.78 0 0.56 0.84 136.88 0.64 0.1
Hex 9 29 12 4E 0 38 54 89 40 A
Octal 11 51 22 116 0 70 124 211 100 12
Binary 1001 101001 10010 1001110 0 111000 1010100 10001001 1000000 1010

Color Harmonies of #092912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092912

Black with #092912

Text Example


Text Example

White with #092912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092912; }

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

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

background-color css

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

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

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

border-color css

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

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

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