Html Css Color HEX #093012 Deep Fir

📋 copy color: '#093012'

red 9 ◦ green 48 ◦ blue 18

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

Shades of Deep Fir #093012

Tints of Deep Fir #093012

RGB

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

 GREEN value IS 48 (19.14% from 255) = 64%

 BLUE value IS 18 (7.42% from 255) = 24%

R = 12%
G = 64%
B = 24%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#093012 (or 0x093012) is known color: Deep Fir. HEX triplet: 09, 30 and 12. RGB value is (9,48,18). Sum of RGB (Red+Green+Blue) = 9+48+18=75 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12% from 75); Green value is 48 (19.14% from 255 or 64% from 75); Blue value is 18 (7.42% from 255 or 24% from 75); Max value from RGB is 48 - color contains mainly: green. Hex color #093012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093012 is #F6CFED. Grayscale: #212121. Windows color (decimal): -16175086 or 1191945. OLE color: 1191945.

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

Color convert

RGB 9 48 18 -
CMYK 0.81 0 0.63 0.81
HSL 133.85º 0.68% 0.11% -
HSV(B) 133.85º 0.81% 0.19% -
XYZ 1.28 2.22 0.93 -
YUV 32.92 119.58 110.94 -
System Red Green Blue C M Y K H S L
Decimal 9 48 18 0.81 0 0.63 0.81 133.85 0.68 0.11
Hex 9 30 12 51 0 3F 51 86 44 B
Octal 11 60 22 121 0 77 121 206 104 13
Binary 1001 110000 10010 1010001 0 111111 1010001 10000110 1000100 1011

Color Harmonies of #093012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093012

Black with #093012

Text Example


Text Example

White with #093012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093012; }

 p { color: rgb(9,48,18); }

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

background-color css

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

 a { background-color: rgb(9,48,18); }

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

border-color css

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

 span { border-color: rgb(9,48,18); }

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