#193A26

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

Shades of Deep Fir #193A26

Tints of Deep Fir #193A26

Color information

#193A26 (or 0x193A26) is unknown color: approx Deep Fir. HEX triplet: 19, 3A and 26. RGB value is (25,58,38). Sum of RGB (Red+Green+Blue) = 25+58+38=121 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.66% from 121); Green value is 58 (23.05% from 255 or 47.93% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 58 - color contains mainly: green. Hex color #193A26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193A26 is #E6C5D9. Grayscale: #2D2D2D. Windows color (decimal): -15123930 or 2505241. OLE color: 2505241.

HSL color Cylindrical-coordinate representation of color #193A26: hue angle of 143.64º 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 #193A26 is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.77.

Color convert

RGB255838-
CMYK0.5700.340.77
HSL143.64º39.76%16.27%-
HSV(B)143.64º56.9%22.75%-
XYZ2.263.372.37-
YUV45.85123.57113.13-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.66%
GREEN value IS 58 (23.05% from 255) = 47.93%
BLUE value IS 38 (15.23% from 255) = 31.40%
R=20.66%
G=47.93%
B=31.40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2558380.5700.340.77143.6439.7616.27
Hex193A26390224D902810
Octal317246710421152205020
Binary11001111010100110111001010001010011011001000010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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