#203F2D

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

Shades of Palm Green #203F2D

Tints of Palm Green #203F2D

Color information

#203F2D (or 0x203F2D) is unknown color: approx Palm Green. HEX triplet: 20, 3F and 2D. RGB value is (32,63,45). Sum of RGB (Red+Green+Blue) = 32+63+45=140 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.86% from 140); Green value is 63 (25% from 255 or 45% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 63 - color contains mainly: green. Hex color #203F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203F2D is #DFC0D2. Grayscale: #333333. Windows color (decimal): -14663891 or 2965280. OLE color: 2965280.

HSL color Cylindrical-coordinate representation of color #203F2D: hue angle of 145.16º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #203F2D is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB326345-
CMYK0.4900.290.75
HSL145.16º32.63%18.63%-
HSV(B)145.16º49.21%24.71%-
XYZ2.854.053.11-
YUV51.68124.23113.96-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.86%
GREEN value IS 63 (25% from 255) = 45%
BLUE value IS 45 (17.97% from 255) = 32.14%
R=22.86%
G=45%
B=32.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3263450.4900.290.75145.1632.6318.63
Hex203F2D3101D4B912113
Octal407755610351132214123
Binary10000011111110110111000101110110010111001000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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