Html Css Color HEX #092E14 Deep Fir

📋 copy color: '#092E14'

red 9 ◦ green 46 ◦ blue 20

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

Shades of Deep Fir #092E14

Tints of Deep Fir #092E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 26.67%

R = 12%
G = 61.33%
B = 26.67%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.57

 K value IS 0.82

RGB Variations

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

Color information

#092E14 (or 0x092E14) is known color: Deep Fir. HEX triplet: 09, 2E and 14. RGB value is (9,46,20). Sum of RGB (Red+Green+Blue) = 9+46+20=75 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12% from 75); Green value is 46 (18.36% from 255 or 61.33% from 75); Blue value is 20 (8.20% from 255 or 26.67% from 75); Max value from RGB is 46 - color contains mainly: green. Hex color #092E14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092E14 is #F6D1EB. Grayscale: #202020. Windows color (decimal): -16175596 or 1322505. OLE color: 1322505.

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

Color convert

RGB 9 46 20 -
CMYK 0.80 0 0.57 0.82
HSL 137.84º 0.67% 0.11% -
HSV(B) 137.84º 0.8% 0.18% -
XYZ 1.22 2.06 1 -
YUV 31.97 121.24 111.61 -
System Red Green Blue C M Y K H S L
Decimal 9 46 20 0.80 0 0.57 0.82 137.84 0.67 0.11
Hex 9 2E 14 50 0 39 52 8A 43 B
Octal 11 56 24 120 0 71 122 212 103 13
Binary 1001 101110 10100 1010000 0 111001 1010010 10001010 1000011 1011

Color Harmonies of #092E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092E14

Black with #092E14

Text Example


Text Example

White with #092E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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