Html Css Color HEX #093A12 Deep Fir

📋 copy color: '#093A12'

red 9 ◦ green 58 ◦ blue 18

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

Shades of Deep Fir #093A12

Tints of Deep Fir #093A12

RGB

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

 GREEN value IS 58 (23.05% from 255) = 68.24%

 BLUE value IS 18 (7.42% from 255) = 21.18%

R = 10.59%
G = 68.24%
B = 21.18%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.69

 K value IS 0.77

RGB Variations

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

Color information

#093A12 (or 0x093A12) is known color: Deep Fir. HEX triplet: 09, 3A and 12. RGB value is (9,58,18). Sum of RGB (Red+Green+Blue) = 9+58+18=85 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.59% from 85); Green value is 58 (23.05% from 255 or 68.24% from 85); Blue value is 18 (7.42% from 255 or 21.18% from 85); Max value from RGB is 58 - color contains mainly: green. Hex color #093A12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093A12 is #F6C5ED. Grayscale: #262626. Windows color (decimal): -16172526 or 1194505. OLE color: 1194505.

HSL color Cylindrical-coordinate representation of color #093A12: hue angle of 131.02º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093A12 is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.77.

Color convert

RGB 9 58 18 -
CMYK 0.84 0 0.69 0.77
HSL 131.02º 0.73% 0.13% -
HSV(B) 131.02º 0.84% 0.23% -
XYZ 1.73 3.13 1.08 -
YUV 38.79 116.27 106.75 -
System Red Green Blue C M Y K H S L
Decimal 9 58 18 0.84 0 0.69 0.77 131.02 0.73 0.13
Hex 9 3A 12 54 0 45 4D 83 49 D
Octal 11 72 22 124 0 105 115 203 111 15
Binary 1001 111010 10010 1010100 0 1000101 1001101 10000011 1001001 1101

Color Harmonies of #093A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093A12

Black with #093A12

Text Example


Text Example

White with #093A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,58,18); }

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

background-color css

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

 a { background-color: rgb(9,58,18); }

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

border-color css

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

 span { border-color: rgb(9,58,18); }

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