#193D21

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

Shades of Deep Fir #193D21

Tints of Deep Fir #193D21

Color information

#193D21 (or 0x193D21) is unknown color: approx Deep Fir. HEX triplet: 19, 3D and 21. RGB value is (25,61,33). Sum of RGB (Red+Green+Blue) = 25+61+33=119 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.01% from 119); Green value is 61 (24.22% from 255 or 51.26% from 119); Blue value is 33 (13.28% from 255 or 27.73% from 119); Max value from RGB is 61 - color contains mainly: green. Hex color #193D21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193D21 is #E6C2DE. Grayscale: #2F2F2F. Windows color (decimal): -15123167 or 2178329. OLE color: 2178329.

HSL color Cylindrical-coordinate representation of color #193D21: hue angle of 133.33º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #193D21 is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.76.

Color convert

RGB256133-
CMYK0.5900.460.76
HSL133.33º41.86%16.86%-
HSV(B)133.33º59.02%23.92%-
XYZ2.343.652.02-
YUV47.04120.07112.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.01%
GREEN value IS 61 (24.22% from 255) = 51.26%
BLUE value IS 33 (13.28% from 255) = 27.73%
R=21.01%
G=51.26%
B=27.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2561330.5900.460.76133.3341.8616.86
Hex193D213B02E4C852a11
Octal317541730561142055221
Binary11001111101100001111011010111010011001000010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,61,33); }

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

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

 a { background-color: rgb(25,61,33); }

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

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

 span { border-color: rgb(25,61,33); }

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