#193F26

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

Shades of Deep Fir #193F26

Tints of Deep Fir #193F26

Color information

#193F26 (or 0x193F26) is unknown color: approx Deep Fir. HEX triplet: 19, 3F and 26. RGB value is (25,63,38). Sum of RGB (Red+Green+Blue) = 25+63+38=126 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.84% from 126); Green value is 63 (25% from 255 or 50% from 126); Blue value is 38 (15.23% from 255 or 30.16% from 126); Max value from RGB is 63 - color contains mainly: green. Hex color #193F26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193F26 is #E6C0D9. Grayscale: #303030. Windows color (decimal): -15122650 or 2506521. OLE color: 2506521.

HSL color Cylindrical-coordinate representation of color #193F26: hue angle of 140.53º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #193F26 is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB256338-
CMYK0.6000.400.75
HSL140.53º43.18%17.25%-
HSV(B)140.53º60.32%24.71%-
XYZ2.533.92.45-
YUV48.79121.91111.03-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.84%
GREEN value IS 63 (25% from 255) = 50%
BLUE value IS 38 (15.23% from 255) = 30.16%
R=19.84%
G=50%
B=30.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2563380.6000.400.75140.5343.1817.25
Hex193F263C0284B8d2b11
Octal317746740501132155321
Binary11001111111100110111100010100010010111000110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,63,38); }

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

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

 a { background-color: rgb(25,63,38); }

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

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

 span { border-color: rgb(25,63,38); }

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