Html Css Color HEX #094E1B Deep Fir

📋 copy color: '#094E1B'

red 9 ◦ green 78 ◦ blue 27

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

Shades of Deep Fir #094E1B

Tints of Deep Fir #094E1B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 68.42%

 BLUE value IS 27 (10.94% from 255) = 23.68%

R = 7.89%
G = 68.42%
B = 23.68%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#094E1B (or 0x094E1B) is known color: Deep Fir. HEX triplet: 09, 4E and 1B. RGB value is (9,78,27). Sum of RGB (Red+Green+Blue) = 9+78+27=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 78 (30.86% from 255 or 68.42% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 78 - color contains mainly: green. Hex color #094E1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094E1B is #F6B1E4. Grayscale: #333333. Windows color (decimal): -16167397 or 1789449. OLE color: 1789449.

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

Color convert

RGB 9 78 27 -
CMYK 0.88 0 0.65 0.69
HSL 135.65º 0.79% 0.17% -
HSV(B) 135.65º 0.88% 0.31% -
XYZ 3.03 5.59 1.96 -
YUV 51.56 114.14 97.65 -
System Red Green Blue C M Y K H S L
Decimal 9 78 27 0.88 0 0.65 0.69 135.65 0.79 0.17
Hex 9 4E 1B 58 0 41 45 88 4F 11
Octal 11 116 33 130 0 101 105 210 117 21
Binary 1001 1001110 11011 1011000 0 1000001 1000101 10001000 1001111 10001

Color Harmonies of #094E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094E1B

Black with #094E1B

Text Example


Text Example

White with #094E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,78,27); }

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

background-color css

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

 a { background-color: rgb(9,78,27); }

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

border-color css

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

 span { border-color: rgb(9,78,27); }

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