Html Css Color HEX #092F13 Deep Fir

📋 copy color: '#092F13'

red 9 ◦ green 47 ◦ blue 19

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

Shades of Deep Fir #092F13

Tints of Deep Fir #092F13

RGB

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

 GREEN value IS 47 (18.75% from 255) = 62.67%

 BLUE value IS 19 (7.81% from 255) = 25.33%

R = 12%
G = 62.67%
B = 25.33%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.60

 K value IS 0.82

RGB Variations

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

Color information

#092F13 (or 0x092F13) is known color: Deep Fir. HEX triplet: 09, 2F and 13. RGB value is (9,47,19). Sum of RGB (Red+Green+Blue) = 9+47+19=75 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12% from 75); Green value is 47 (18.75% from 255 or 62.67% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 47 - color contains mainly: green. Hex color #092F13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092F13 is #F6D0EC. Grayscale: #202020. Windows color (decimal): -16175341 or 1257225. OLE color: 1257225.

HSL color Cylindrical-coordinate representation of color #092F13: hue angle of 135.79º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #092F13 is Cyan = 0.81, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.82.

Color convert

RGB 9 47 19 -
CMYK 0.81 0 0.60 0.82
HSL 135.79º 0.68% 0.11% -
HSV(B) 135.79º 0.81% 0.18% -
XYZ 1.25 2.14 0.96 -
YUV 32.45 120.41 111.28 -
System Red Green Blue C M Y K H S L
Decimal 9 47 19 0.81 0 0.60 0.82 135.79 0.68 0.11
Hex 9 2F 13 51 0 3C 52 88 44 B
Octal 11 57 23 121 0 74 122 210 104 13
Binary 1001 101111 10011 1010001 0 111100 1010010 10001000 1000100 1011

Color Harmonies of #092F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092F13

Black with #092F13

Text Example


Text Example

White with #092F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,47,19); }

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

background-color css

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

 a { background-color: rgb(9,47,19); }

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

border-color css

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

 span { border-color: rgb(9,47,19); }

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