#193D2B

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

Shades of Palm Green #193D2B

Tints of Palm Green #193D2B

Color information

#193D2B (or 0x193D2B) is unknown color: approx Palm Green. HEX triplet: 19, 3D and 2B. RGB value is (25,61,43). Sum of RGB (Red+Green+Blue) = 25+61+43=129 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.38% from 129); Green value is 61 (24.22% from 255 or 47.29% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 61 - color contains mainly: green. Hex color #193D2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193D2B is #E6C2D4. Grayscale: #303030. Windows color (decimal): -15123157 or 2833689. OLE color: 2833689.

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

Color convert

RGB256143-
CMYK0.5900.300.76
HSL150º41.86%16.86%-
HSV(B)150º59.02%23.92%-
XYZ2.513.722.87-
YUV48.18125.07111.46-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.38%
GREEN value IS 61 (24.22% from 255) = 47.29%
BLUE value IS 43 (17.19% from 255) = 33.33%
R=19.38%
G=47.29%
B=33.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2561430.5900.300.7615041.8616.86
Hex193D2B3B01E4C962a11
Octal317553730361142265221
Binary1100111110110101111101101111010011001001011010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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