Html Css Color HEX #092E0D Deep Fir

📋 copy color: '#092E0D'

red 9 ◦ green 46 ◦ blue 13

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

Shades of Deep Fir #092E0D

Tints of Deep Fir #092E0D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 67.65%

 BLUE value IS 13 (5.47% from 255) = 19.12%

R = 13.24%
G = 67.65%
B = 19.12%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.72

 K value IS 0.82

RGB Variations

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

Color information

#092E0D (or 0x092E0D) is known color: Deep Fir. HEX triplet: 09, 2E and 0D. RGB value is (9,46,13). Sum of RGB (Red+Green+Blue) = 9+46+13=68 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.24% from 68); Green value is 46 (18.36% from 255 or 67.65% from 68); Blue value is 13 (5.47% from 255 or 19.12% from 68); Max value from RGB is 46 - color contains mainly: green. Hex color #092E0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092E0D is #F6D1F2. Grayscale: #1F1F1F. Windows color (decimal): -16175603 or 863753. OLE color: 863753.

HSL color Cylindrical-coordinate representation of color #092E0D: hue angle of 126.49º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #092E0D is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.82.

Color convert

RGB 9 46 13 -
CMYK 0.80 0 0.72 0.82
HSL 126.49º 0.67% 0.11% -
HSV(B) 126.49º 0.8% 0.18% -
XYZ 1.16 2.04 0.71 -
YUV 31.18 117.74 112.18 -
System Red Green Blue C M Y K H S L
Decimal 9 46 13 0.80 0 0.72 0.82 126.49 0.67 0.11
Hex 9 2E D 50 0 48 52 7E 43 B
Octal 11 56 15 120 0 110 122 176 103 13
Binary 1001 101110 1101 1010000 0 1001000 1010010 1111110 1000011 1011

Color Harmonies of #092E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092E0D

Black with #092E0D

Text Example


Text Example

White with #092E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,46,13); }

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

background-color css

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

 a { background-color: rgb(9,46,13); }

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

border-color css

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

 span { border-color: rgb(9,46,13); }

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