#193D2C

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

Shades of Palm Green #193D2C

Tints of Palm Green #193D2C

Color information

#193D2C (or 0x193D2C) is unknown color: approx Palm Green. HEX triplet: 19, 3D and 2C. RGB value is (25,61,44). Sum of RGB (Red+Green+Blue) = 25+61+44=130 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.23% from 130); Green value is 61 (24.22% from 255 or 46.92% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 61 - color contains mainly: green. Hex color #193D2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193D2C is #E6C2D3. Grayscale: #303030. Windows color (decimal): -15123156 or 2899225. OLE color: 2899225.

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

Color convert

RGB256144-
CMYK0.5900.280.76
HSL151.67º41.86%16.86%-
HSV(B)151.67º59.02%23.92%-
XYZ2.523.732.97-
YUV48.3125.57111.38-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.23%
GREEN value IS 61 (24.22% from 255) = 46.92%
BLUE value IS 44 (17.58% from 255) = 33.85%
R=19.23%
G=46.92%
B=33.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2561440.5900.280.76151.6741.8616.86
Hex193D2C3B01C4C982a11
Octal317554730341142305221
Binary1100111110110110011101101110010011001001100010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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