Html Css Color HEX #092C0F Deep Fir

📋 copy color: '#092C0F'

red 9 ◦ green 44 ◦ blue 15

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

Shades of Deep Fir #092C0F

Tints of Deep Fir #092C0F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 64.71%

 BLUE value IS 15 (6.25% from 255) = 22.06%

R = 13.24%
G = 64.71%
B = 22.06%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.66

 K value IS 0.83

RGB Variations

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

Color information

#092C0F (or 0x092C0F) is known color: Deep Fir. HEX triplet: 09, 2C and 0F. RGB value is (9,44,15). Sum of RGB (Red+Green+Blue) = 9+44+15=68 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.24% from 68); Green value is 44 (17.58% from 255 or 64.71% from 68); Blue value is 15 (6.25% from 255 or 22.06% from 68); Max value from RGB is 44 - color contains mainly: green. Hex color #092C0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092C0F is #F6D3F0. Grayscale: #1E1E1E. Windows color (decimal): -16176113 or 994313. OLE color: 994313.

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

Color convert

RGB 9 44 15 -
CMYK 0.80 0 0.66 0.83
HSL 130.29º 0.66% 0.1% -
HSV(B) 130.29º 0.8% 0.17% -
XYZ 1.1 1.89 0.76 -
YUV 30.23 119.4 112.86 -
System Red Green Blue C M Y K H S L
Decimal 9 44 15 0.80 0 0.66 0.83 130.29 0.66 0.1
Hex 9 2C F 50 0 42 53 82 42 A
Octal 11 54 17 120 0 102 123 202 102 12
Binary 1001 101100 1111 1010000 0 1000010 1010011 10000010 1000010 1010

Color Harmonies of #092C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092C0F

Black with #092C0F

Text Example


Text Example

White with #092C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,44,15); }

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

background-color css

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

 a { background-color: rgb(9,44,15); }

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

border-color css

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

 span { border-color: rgb(9,44,15); }

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