#203A2C

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

Shades of Palm Green #203A2C

Tints of Palm Green #203A2C

Color information

#203A2C (or 0x203A2C) is unknown color: approx Palm Green. HEX triplet: 20, 3A and 2C. RGB value is (32,58,44). Sum of RGB (Red+Green+Blue) = 32+58+44=134 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.88% from 134); Green value is 58 (23.05% from 255 or 43.28% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 58 - color contains mainly: green. Hex color #203A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203A2C is #DFC5D3. Grayscale: #303030. Windows color (decimal): -14665172 or 2898464. OLE color: 2898464.

HSL color Cylindrical-coordinate representation of color #203A2C: hue angle of 147.69º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #203A2C is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.77.

Color convert

RGB325844-
CMYK0.4500.240.77
HSL147.69º28.89%17.65%-
HSV(B)147.69º44.83%22.75%-
XYZ2.563.522.93-
YUV48.63125.39116.14-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.88%
GREEN value IS 58 (23.05% from 255) = 43.28%
BLUE value IS 44 (17.58% from 255) = 32.84%
R=23.88%
G=43.28%
B=32.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3258440.4500.240.77147.6928.8917.65
Hex203A2C2D0184D941d12
Octal407254550301152243522
Binary1000001110101011001011010110001001101100101001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203A2C; }

 p { color: rgb(32,58,44); }

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

<style>
 a { background-color: #203A2C; }

 a { background-color: rgb(32,58,44); }

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

<style>
 span { border-color: #203A2C; }

 span { border-color: rgb(32,58,44); }

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