#19382D

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

Shades of Palm Green #19382D

Tints of Palm Green #19382D

Color information

#19382D (or 0x19382D) is unknown color: approx Palm Green. HEX triplet: 19, 38 and 2D. RGB value is (25,56,45). Sum of RGB (Red+Green+Blue) = 25+56+45=126 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.84% from 126); Green value is 56 (22.27% from 255 or 44.44% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 56 - color contains mainly: green. Hex color #19382D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19382D is #E6C7D2. Grayscale: #2D2D2D. Windows color (decimal): -15124435 or 2963481. OLE color: 2963481.

HSL color Cylindrical-coordinate representation of color #19382D: hue angle of 158.71º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #19382D is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.78.

Color convert

RGB255645-
CMYK0.5500.200.78
HSL158.71º38.27%15.88%-
HSV(B)158.71º55.36%21.96%-
XYZ2.293.222.98-
YUV45.48127.73113.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.84%
GREEN value IS 56 (22.27% from 255) = 44.44%
BLUE value IS 45 (17.97% from 255) = 35.71%
R=19.84%
G=44.44%
B=35.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2556450.5500.200.78158.7138.2715.88
Hex19382D370144E9f2610
Octal317055670241162374620
Binary1100111100010110111011101010010011101001111110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19382D; }

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

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

<style>
 a { background-color: #19382D; }

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

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

<style>
 span { border-color: #19382D; }

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

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