Html Css Color HEX #094212 Deep Fir

📋 copy color: '#094212'

red 9 ◦ green 66 ◦ blue 18

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

Shades of Deep Fir #094212

Tints of Deep Fir #094212

RGB

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

 GREEN value IS 66 (26.17% from 255) = 70.97%

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

R = 9.68%
G = 70.97%
B = 19.35%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#094212 (or 0x094212) is known color: Deep Fir. HEX triplet: 09, 42 and 12. RGB value is (9,66,18). Sum of RGB (Red+Green+Blue) = 9+66+18=93 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.68% from 93); Green value is 66 (26.17% from 255 or 70.97% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 66 - color contains mainly: green. Hex color #094212 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094212 is #F6BDED. Grayscale: #2B2B2B. Windows color (decimal): -16170478 or 1196553. OLE color: 1196553.

HSL color Cylindrical-coordinate representation of color #094212: hue angle of 129.47º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #094212 is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB 9 66 18 -
CMYK 0.86 0 0.73 0.74
HSL 129.47º 0.76% 0.15% -
HSV(B) 129.47º 0.86% 0.26% -
XYZ 2.17 4 1.23 -
YUV 43.49 113.62 103.4 -
System Red Green Blue C M Y K H S L
Decimal 9 66 18 0.86 0 0.73 0.74 129.47 0.76 0.15
Hex 9 42 12 56 0 49 4A 81 4C F
Octal 11 102 22 126 0 111 112 201 114 17
Binary 1001 1000010 10010 1010110 0 1001001 1001010 10000001 1001100 1111

Color Harmonies of #094212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094212

Black with #094212

Text Example


Text Example

White with #094212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094212; }

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

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

background-color css

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

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

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

border-color css

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

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

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