Html Css Color HEX #092E0F Deep Fir

📋 copy color: '#092E0F'

red 9 ◦ green 46 ◦ blue 15

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

Shades of Deep Fir #092E0F

Tints of Deep Fir #092E0F

RGB

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

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

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

R = 12.86%
G = 65.71%
B = 21.43%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.67

 K value IS 0.82

RGB Variations

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

Color information

#092E0F (or 0x092E0F) is known color: Deep Fir. HEX triplet: 09, 2E and 0F. RGB value is (9,46,15). Sum of RGB (Red+Green+Blue) = 9+46+15=70 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.86% from 70); Green value is 46 (18.36% from 255 or 65.71% from 70); Blue value is 15 (6.25% from 255 or 21.43% from 70); Max value from RGB is 46 - color contains mainly: green. Hex color #092E0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092E0F is #F6D1F0. Grayscale: #1F1F1F. Windows color (decimal): -16175601 or 994825. OLE color: 994825.

HSL color Cylindrical-coordinate representation of color #092E0F: hue angle of 129.73º 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 #092E0F is Cyan = 0.80, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.82.

Color convert

RGB 9 46 15 -
CMYK 0.80 0 0.67 0.82
HSL 129.73º 0.67% 0.11% -
HSV(B) 129.73º 0.8% 0.18% -
XYZ 1.18 2.05 0.78 -
YUV 31.4 118.74 112.02 -
System Red Green Blue C M Y K H S L
Decimal 9 46 15 0.80 0 0.67 0.82 129.73 0.67 0.11
Hex 9 2E F 50 0 43 52 82 43 B
Octal 11 56 17 120 0 103 122 202 103 13
Binary 1001 101110 1111 1010000 0 1000011 1010010 10000010 1000011 1011

Color Harmonies of #092E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092E0F

Black with #092E0F

Text Example


Text Example

White with #092E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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