#193A2D

Color #193A2D Palm Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Green #193A2D

Tints of Palm Green #193A2D

Color information

#193A2D (or 0x193A2D) is unknown color: approx Palm Green. HEX triplet: 19, 3A and 2D. RGB value is (25,58,45). Sum of RGB (Red+Green+Blue) = 25+58+45=128 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.53% from 128); Green value is 58 (23.05% from 255 or 45.31% from 128); Blue value is 45 (17.97% from 255 or 35.16% from 128); Max value from RGB is 58 - color contains mainly: green. Hex color #193A2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193A2D is #E6C5D2. Grayscale: #2E2E2E. Windows color (decimal): -15123923 or 2963993. OLE color: 2963993.

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

Color convert

RGB255845-
CMYK0.5700.220.77
HSL156.36º39.76%16.27%-
HSV(B)156.36º56.9%22.75%-
XYZ2.393.423.02-
YUV46.65127.07112.56-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.53%
GREEN value IS 58 (23.05% from 255) = 45.31%
BLUE value IS 45 (17.97% from 255) = 35.16%
R=19.53%
G=45.31%
B=35.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2558450.5700.220.77156.3639.7616.27
Hex193A2D390164D9c2810
Octal317255710261152345020
Binary1100111101010110111100101011010011011001110010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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