#193C1F

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

Shades of Deep Fir #193C1F

Tints of Deep Fir #193C1F

Color information

#193C1F (or 0x193C1F) is unknown color: approx Deep Fir. HEX triplet: 19, 3C and 1F. RGB value is (25,60,31). Sum of RGB (Red+Green+Blue) = 25+60+31=116 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.55% from 116); Green value is 60 (23.83% from 255 or 51.72% from 116); Blue value is 31 (12.5% from 255 or 26.72% from 116); Max value from RGB is 60 - color contains mainly: green. Hex color #193C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193C1F is #E6C3E0. Grayscale: #2E2E2E. Windows color (decimal): -15123425 or 2047001. OLE color: 2047001.

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

Color convert

RGB256031-
CMYK0.5800.480.76
HSL130.29º41.18%16.67%-
HSV(B)130.29º58.33%23.53%-
XYZ2.263.541.86-
YUV46.23119.4112.86-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.55%
GREEN value IS 60 (23.83% from 255) = 51.72%
BLUE value IS 31 (12.5% from 255) = 26.72%
R=21.55%
G=51.72%
B=26.72%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2560310.5800.480.76130.2941.1816.67
Hex193C1F3A0304C822911
Octal317437720601142025121
Binary1100111110011111111010011000010011001000001010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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