#203A2D

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

Shades of Palm Green #203A2D

Tints of Palm Green #203A2D

Color information

#203A2D (or 0x203A2D) is unknown color: approx Palm Green. HEX triplet: 20, 3A and 2D. RGB value is (32,58,45). Sum of RGB (Red+Green+Blue) = 32+58+45=135 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.70% from 135); Green value is 58 (23.05% from 255 or 42.96% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 58 - color contains mainly: green. Hex color #203A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203A2D is #DFC5D2. Grayscale: #303030. Windows color (decimal): -14665171 or 2964000. OLE color: 2964000.

HSL color Cylindrical-coordinate representation of color #203A2D: hue angle of 150º 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 #203A2D is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.

Color convert

RGB325845-
CMYK0.4500.220.77
HSL150º28.89%17.65%-
HSV(B)150º44.83%22.75%-
XYZ2.583.523.03-
YUV48.74125.89116.06-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.70%
GREEN value IS 58 (23.05% from 255) = 42.96%
BLUE value IS 45 (17.97% from 255) = 33.33%
R=23.70%
G=42.96%
B=33.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3258450.4500.220.7715028.8917.65
Hex203A2D2D0164D961d12
Octal407255550261152263522
Binary1000001110101011011011010101101001101100101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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