Html Css Color HEX #093F1A Deep Fir

📋 copy color: '#093F1A'

red 9 ◦ green 63 ◦ blue 26

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

Shades of Deep Fir #093F1A

Tints of Deep Fir #093F1A

RGB

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

 GREEN value IS 63 (25% from 255) = 64.29%

 BLUE value IS 26 (10.55% from 255) = 26.53%

R = 9.18%
G = 64.29%
B = 26.53%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.59

 K value IS 0.75

RGB Variations

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

Color information

#093F1A (or 0x093F1A) is known color: Deep Fir. HEX triplet: 09, 3F and 1A. RGB value is (9,63,26). Sum of RGB (Red+Green+Blue) = 9+63+26=98 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.18% from 98); Green value is 63 (25% from 255 or 64.29% from 98); Blue value is 26 (10.55% from 255 or 26.53% from 98); Max value from RGB is 63 - color contains mainly: green. Hex color #093F1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093F1A is #F6C0E5. Grayscale: #2A2A2A. Windows color (decimal): -16171238 or 1720073. OLE color: 1720073.

HSL color Cylindrical-coordinate representation of color #093F1A: hue angle of 138.89º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #093F1A is Cyan = 0.86, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 63 26 -
CMYK 0.86 0 0.59 0.75
HSL 138.89º 0.75% 0.14% -
HSV(B) 138.89º 0.86% 0.25% -
XYZ 2.08 3.69 1.58 -
YUV 42.64 118.61 104.01 -
System Red Green Blue C M Y K H S L
Decimal 9 63 26 0.86 0 0.59 0.75 138.89 0.75 0.14
Hex 9 3F 1A 56 0 3B 4B 8B 4B E
Octal 11 77 32 126 0 73 113 213 113 16
Binary 1001 111111 11010 1010110 0 111011 1001011 10001011 1001011 1110

Color Harmonies of #093F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093F1A

Black with #093F1A

Text Example


Text Example

White with #093F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093F1A; }

 p { color: rgb(9,63,26); }

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

background-color css

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

 a { background-color: rgb(9,63,26); }

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

border-color css

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

 span { border-color: rgb(9,63,26); }

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