Html Css Color HEX #094B15 Deep Fir

📋 copy color: '#094B15'

red 9 ◦ green 75 ◦ blue 21

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

Shades of Deep Fir #094B15

Tints of Deep Fir #094B15

RGB

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

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

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

R = 8.57%
G = 71.43%
B = 20%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.72

 K value IS 0.71

RGB Variations

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

Color information

#094B15 (or 0x094B15) is known color: Deep Fir. HEX triplet: 09, 4B and 15. RGB value is (9,75,21). Sum of RGB (Red+Green+Blue) = 9+75+21=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 75 (29.69% from 255 or 71.43% from 105); Blue value is 21 (8.59% from 255 or 20% from 105); Max value from RGB is 75 - color contains mainly: green. Hex color #094B15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094B15 is #F6B4EA. Grayscale: #313131. Windows color (decimal): -16168171 or 1395465. OLE color: 1395465.

HSL color Cylindrical-coordinate representation of color #094B15: hue angle of 130.91º 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 #094B15 is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 75 21 -
CMYK 0.88 0 0.72 0.71
HSL 130.91º 0.79% 0.16% -
HSV(B) 130.91º 0.88% 0.29% -
XYZ 2.76 5.14 1.56 -
YUV 49.11 112.13 99.39 -
System Red Green Blue C M Y K H S L
Decimal 9 75 21 0.88 0 0.72 0.71 130.91 0.79 0.16
Hex 9 4B 15 58 0 48 47 83 4F 10
Octal 11 113 25 130 0 110 107 203 117 20
Binary 1001 1001011 10101 1011000 0 1001000 1000111 10000011 1001111 10000

Color Harmonies of #094B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094B15

Black with #094B15

Text Example


Text Example

White with #094B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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