Html Css Color HEX #094215 Deep Fir

📋 copy color: '#094215'

red 9 ◦ green 66 ◦ blue 21

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

Shades of Deep Fir #094215

Tints of Deep Fir #094215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 21.88%

R = 9.38%
G = 68.75%
B = 21.88%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.68

 K value IS 0.74

RGB Variations

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

Color information

#094215 (or 0x094215) is known color: Deep Fir. HEX triplet: 09, 42 and 15. RGB value is (9,66,21). Sum of RGB (Red+Green+Blue) = 9+66+21=96 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.38% from 96); Green value is 66 (26.17% from 255 or 68.75% from 96); Blue value is 21 (8.59% from 255 or 21.88% from 96); Max value from RGB is 66 - color contains mainly: green. Hex color #094215 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094215 is #F6BDEA. Grayscale: #2B2B2B. Windows color (decimal): -16170475 or 1393161. OLE color: 1393161.

HSL color Cylindrical-coordinate representation of color #094215: hue angle of 132.63º 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 #094215 is Cyan = 0.86, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.74.

Color convert

RGB 9 66 21 -
CMYK 0.86 0 0.68 0.74
HSL 132.63º 0.76% 0.15% -
HSV(B) 132.63º 0.86% 0.26% -
XYZ 2.2 4.01 1.37 -
YUV 43.83 115.12 103.16 -
System Red Green Blue C M Y K H S L
Decimal 9 66 21 0.86 0 0.68 0.74 132.63 0.76 0.15
Hex 9 42 15 56 0 44 4A 85 4C F
Octal 11 102 25 126 0 104 112 205 114 17
Binary 1001 1000010 10101 1010110 0 1000100 1001010 10000101 1001100 1111

Color Harmonies of #094215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094215

Black with #094215

Text Example


Text Example

White with #094215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094215; }

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

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

background-color css

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

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

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

border-color css

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

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

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