Html Css Color HEX #092910 Deep Fir

📋 copy color: '#092910'

red 9 ◦ green 41 ◦ blue 16

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

Shades of Deep Fir #092910

Tints of Deep Fir #092910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 24.24%

R = 13.64%
G = 62.12%
B = 24.24%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.61

 K value IS 0.84

RGB Variations

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

Color information

#092910 (or 0x092910) is known color: Deep Fir. HEX triplet: 09, 29 and 10. RGB value is (9,41,16). Sum of RGB (Red+Green+Blue) = 9+41+16=66 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.64% from 66); Green value is 41 (16.41% from 255 or 62.12% from 66); Blue value is 16 (6.64% from 255 or 24.24% from 66); Max value from RGB is 41 - color contains mainly: green. Hex color #092910 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092910 is #F6D6EF. Grayscale: #1C1C1C. Windows color (decimal): -16176880 or 1059081. OLE color: 1059081.

HSL color Cylindrical-coordinate representation of color #092910: hue angle of 133.12º 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 #092910 is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.84.

Color convert

RGB 9 41 16 -
CMYK 0.78 0 0.61 0.84
HSL 133.13º 0.64% 0.1% -
HSV(B) 133.13º 0.78% 0.16% -
XYZ 1 1.68 0.76 -
YUV 28.58 120.9 114.03 -
System Red Green Blue C M Y K H S L
Decimal 9 41 16 0.78 0 0.61 0.84 133.13 0.64 0.1
Hex 9 29 10 4E 0 3D 54 85 40 A
Octal 11 51 20 116 0 75 124 205 100 12
Binary 1001 101001 10000 1001110 0 111101 1010100 10000101 1000000 1010

Color Harmonies of #092910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092910

Black with #092910

Text Example


Text Example

White with #092910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092910; }

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

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

background-color css

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

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

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

border-color css

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

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

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