#193B2D

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

Shades of Palm Green #193B2D

Tints of Palm Green #193B2D

Color information

#193B2D (or 0x193B2D) is unknown color: approx Palm Green. HEX triplet: 19, 3B and 2D. RGB value is (25,59,45). Sum of RGB (Red+Green+Blue) = 25+59+45=129 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.38% from 129); Green value is 59 (23.44% from 255 or 45.74% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 59 - color contains mainly: green. Hex color #193B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193B2D is #E6C4D2. Grayscale: #2F2F2F. Windows color (decimal): -15123667 or 2964249. OLE color: 2964249.

HSL color Cylindrical-coordinate representation of color #193B2D: hue angle of 155.29º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #193B2D is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.77.

Color convert

RGB255945-
CMYK0.5800.240.77
HSL155.29º40.48%16.47%-
HSV(B)155.29º57.63%23.14%-
XYZ2.443.523.03-
YUV47.24126.74112.14-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.38%
GREEN value IS 59 (23.44% from 255) = 45.74%
BLUE value IS 45 (17.97% from 255) = 34.88%
R=19.38%
G=45.74%
B=34.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2559450.5800.240.77155.2940.4816.47
Hex193B2D3A0184D9b2810
Octal317355720301152335020
Binary1100111101110110111101001100010011011001101110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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