Html Css Color HEX #094C1D Deep Fir

📋 copy color: '#094C1D'

red 9 ◦ green 76 ◦ blue 29

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

Shades of Deep Fir #094C1D

Tints of Deep Fir #094C1D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 66.67%

 BLUE value IS 29 (11.72% from 255) = 25.44%

R = 7.89%
G = 66.67%
B = 25.44%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.62

 K value IS 0.70

RGB Variations

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

Color information

#094C1D (or 0x094C1D) is known color: Deep Fir. HEX triplet: 09, 4C and 1D. RGB value is (9,76,29). Sum of RGB (Red+Green+Blue) = 9+76+29=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 76 (30.08% from 255 or 66.67% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 76 - color contains mainly: green. Hex color #094C1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094C1D is #F6B3E2. Grayscale: #323232. Windows color (decimal): -16167907 or 1920009. OLE color: 1920009.

HSL color Cylindrical-coordinate representation of color #094C1D: hue angle of 137.91º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094C1D is Cyan = 0.88, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.70.

Color convert

RGB 9 76 29 -
CMYK 0.88 0 0.62 0.70
HSL 137.91º 0.79% 0.17% -
HSV(B) 137.91º 0.88% 0.3% -
XYZ 2.92 5.32 2.03 -
YUV 50.61 115.8 98.32 -
System Red Green Blue C M Y K H S L
Decimal 9 76 29 0.88 0 0.62 0.70 137.91 0.79 0.17
Hex 9 4C 1D 58 0 3E 46 8A 4F 11
Octal 11 114 35 130 0 76 106 212 117 21
Binary 1001 1001100 11101 1011000 0 111110 1000110 10001010 1001111 10001

Color Harmonies of #094C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094C1D

Black with #094C1D

Text Example


Text Example

White with #094C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094C1D; }

 p { color: rgb(9,76,29); }

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

background-color css

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

 a { background-color: rgb(9,76,29); }

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

border-color css

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

 span { border-color: rgb(9,76,29); }

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