Html Css Color HEX #094B1D Deep Fir

📋 copy color: '#094B1D'

red 9 ◦ green 75 ◦ blue 29

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

Shades of Deep Fir #094B1D

Tints of Deep Fir #094B1D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 66.37%

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

R = 7.96%
G = 66.37%
B = 25.66%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.61

 K value IS 0.71

RGB Variations

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

Color information

#094B1D (or 0x094B1D) is known color: Deep Fir. HEX triplet: 09, 4B and 1D. RGB value is (9,75,29). Sum of RGB (Red+Green+Blue) = 9+75+29=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 75 (29.69% from 255 or 66.37% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 75 - color contains mainly: green. Hex color #094B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094B1D is #F6B4E2. Grayscale: #323232. Windows color (decimal): -16168163 or 1919753. OLE color: 1919753.

HSL color Cylindrical-coordinate representation of color #094B1D: hue angle of 138.18º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094B1D is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 75 29 -
CMYK 0.88 0 0.61 0.71
HSL 138.18º 0.79% 0.16% -
HSV(B) 138.18º 0.88% 0.29% -
XYZ 2.85 5.18 2.01 -
YUV 50.02 116.13 98.74 -
System Red Green Blue C M Y K H S L
Decimal 9 75 29 0.88 0 0.61 0.71 138.18 0.79 0.16
Hex 9 4B 1D 58 0 3D 47 8A 4F 10
Octal 11 113 35 130 0 75 107 212 117 20
Binary 1001 1001011 11101 1011000 0 111101 1000111 10001010 1001111 10000

Color Harmonies of #094B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094B1D

Black with #094B1D

Text Example


Text Example

White with #094B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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