#193D1F

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

Shades of Deep Fir #193D1F

Tints of Deep Fir #193D1F

Color information

#193D1F (or 0x193D1F) is unknown color: approx Deep Fir. HEX triplet: 19, 3D and 1F. RGB value is (25,61,31). Sum of RGB (Red+Green+Blue) = 25+61+31=117 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.37% from 117); Green value is 61 (24.22% from 255 or 52.14% from 117); Blue value is 31 (12.5% from 255 or 26.50% from 117); Max value from RGB is 61 - color contains mainly: green. Hex color #193D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193D1F is #E6C2E0. Grayscale: #2E2E2E. Windows color (decimal): -15123169 or 2047257. OLE color: 2047257.

HSL color Cylindrical-coordinate representation of color #193D1F: hue angle of 130º 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 #193D1F is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.76.

Color convert

RGB256131-
CMYK0.5900.490.76
HSL130º41.86%16.86%-
HSV(B)130º59.02%23.92%-
XYZ2.323.641.88-
YUV46.82119.07112.44-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.37%
GREEN value IS 61 (24.22% from 255) = 52.14%
BLUE value IS 31 (12.5% from 255) = 26.50%
R=21.37%
G=52.14%
B=26.50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2561310.5900.490.7613041.8616.86
Hex193D1F3B0314C822a11
Octal317537730611142025221
Binary1100111110111111111011011000110011001000001010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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