#193A20

Color #193A20 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #193A20

Tints of Deep Fir #193A20

Color information

#193A20 (or 0x193A20) is unknown color: approx Deep Fir. HEX triplet: 19, 3A and 20. RGB value is (25,58,32). Sum of RGB (Red+Green+Blue) = 25+58+32=115 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.74% from 115); Green value is 58 (23.05% from 255 or 50.43% from 115); Blue value is 32 (12.89% from 255 or 27.83% from 115); Max value from RGB is 58 - color contains mainly: green. Hex color #193A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193A20 is #E6C5DF. Grayscale: #2D2D2D. Windows color (decimal): -15123936 or 2112025. OLE color: 2112025.

HSL color Cylindrical-coordinate representation of color #193A20: hue angle of 132.73º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #193A20 is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.77.

Color convert

RGB255832-
CMYK0.5700.450.77
HSL132.73º39.76%16.27%-
HSV(B)132.73º56.9%22.75%-
XYZ2.173.341.9-
YUV45.17120.57113.61-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.74%
GREEN value IS 58 (23.05% from 255) = 50.43%
BLUE value IS 32 (12.89% from 255) = 27.83%
R=21.74%
G=50.43%
B=27.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2558320.5700.450.77132.7339.7616.27
Hex193A203902D4D852810
Octal317240710551152055020
Binary11001111010100000111001010110110011011000010110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193A20; }

 p { color: rgb(25,58,32); }

 H1.HeaderClassName
 {
   color: #193A20;
 }
 .AnyTagClassName
 {
   color: #193A20;
 }
</style>
background-color css

<style>
 a { background-color: #193A20; }

 a { background-color: rgb(25,58,32); }

 div.DivClassName
 {
   background-color: #193A20;
 }
 .BgClassName
 {
   background-color: #193A20;
 }
</style>
border-color css

<style>
 span { border-color: #193A20; }

 span { border-color: rgb(25,58,32); }

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