Html Css Color HEX #092C14 Deep Fir

📋 copy color: '#092C14'

red 9 ◦ green 44 ◦ blue 20

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

Shades of Deep Fir #092C14

Tints of Deep Fir #092C14

RGB

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

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

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

R = 12.33%
G = 60.27%
B = 27.4%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.55

 K value IS 0.83

RGB Variations

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

Color information

#092C14 (or 0x092C14) is known color: Deep Fir. HEX triplet: 09, 2C and 14. RGB value is (9,44,20). Sum of RGB (Red+Green+Blue) = 9+44+20=73 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.33% from 73); Green value is 44 (17.58% from 255 or 60.27% from 73); Blue value is 20 (8.20% from 255 or 27.40% from 73); Max value from RGB is 44 - color contains mainly: green. Hex color #092C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092C14 is #F6D3EB. Grayscale: #1E1E1E. Windows color (decimal): -16176108 or 1321993. OLE color: 1321993.

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

Color convert

RGB 9 44 20 -
CMYK 0.80 0 0.55 0.83
HSL 138.86º 0.66% 0.1% -
HSV(B) 138.86º 0.8% 0.17% -
XYZ 1.14 1.91 0.97 -
YUV 30.8 121.9 112.45 -
System Red Green Blue C M Y K H S L
Decimal 9 44 20 0.80 0 0.55 0.83 138.86 0.66 0.1
Hex 9 2C 14 50 0 37 53 8B 42 A
Octal 11 54 24 120 0 67 123 213 102 12
Binary 1001 101100 10100 1010000 0 110111 1010011 10001011 1000010 1010

Color Harmonies of #092C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092C14

Black with #092C14

Text Example


Text Example

White with #092C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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