Html Css Color HEX #092A0F Deep Fir

📋 copy color: '#092A0F'

red 9 ◦ green 42 ◦ blue 15

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

Shades of Deep Fir #092A0F

Tints of Deep Fir #092A0F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 63.64%

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

R = 13.64%
G = 63.64%
B = 22.73%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.64

 K value IS 0.84

RGB Variations

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

Color information

#092A0F (or 0x092A0F) is known color: Deep Fir. HEX triplet: 09, 2A and 0F. RGB value is (9,42,15). Sum of RGB (Red+Green+Blue) = 9+42+15=66 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.64% from 66); Green value is 42 (16.80% from 255 or 63.64% from 66); Blue value is 15 (6.25% from 255 or 22.73% from 66); Max value from RGB is 42 - color contains mainly: green. Hex color #092A0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092A0F is #F6D5F0. Grayscale: #1D1D1D. Windows color (decimal): -16176625 or 993801. OLE color: 993801.

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

Color convert

RGB 9 42 15 -
CMYK 0.79 0 0.64 0.84
HSL 130.91º 0.65% 0.1% -
HSV(B) 130.91º 0.79% 0.16% -
XYZ 1.03 1.75 0.74 -
YUV 29.06 120.07 113.7 -
System Red Green Blue C M Y K H S L
Decimal 9 42 15 0.79 0 0.64 0.84 130.91 0.65 0.1
Hex 9 2A F 4F 0 40 54 83 41 A
Octal 11 52 17 117 0 100 124 203 101 12
Binary 1001 101010 1111 1001111 0 1000000 1010100 10000011 1000001 1010

Color Harmonies of #092A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092A0F

Black with #092A0F

Text Example


Text Example

White with #092A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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