#203C2D

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

Shades of Palm Green #203C2D

Tints of Palm Green #203C2D

Color information

#203C2D (or 0x203C2D) is unknown color: approx Palm Green. HEX triplet: 20, 3C and 2D. RGB value is (32,60,45). Sum of RGB (Red+Green+Blue) = 32+60+45=137 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.36% from 137); Green value is 60 (23.83% from 255 or 43.80% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 60 - color contains mainly: green. Hex color #203C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203C2D is #DFC3D2. Grayscale: #313131. Windows color (decimal): -14664659 or 2964512. OLE color: 2964512.

HSL color Cylindrical-coordinate representation of color #203C2D: hue angle of 147.86º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #203C2D is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.76.

Color convert

RGB326045-
CMYK0.4700.250.76
HSL147.86º30.43%18.04%-
HSV(B)147.86º46.67%23.53%-
XYZ2.693.733.06-
YUV49.92125.22115.22-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.36%
GREEN value IS 60 (23.83% from 255) = 43.80%
BLUE value IS 45 (17.97% from 255) = 32.85%
R=23.36%
G=43.80%
B=32.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3260450.4700.250.76147.8630.4318.04
Hex203C2D2F0194C941e12
Octal407455570311142243622
Binary1000001111001011011011110110011001100100101001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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