#203A2B

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

Shades of Palm Green #203A2B

Tints of Palm Green #203A2B

Color information

#203A2B (or 0x203A2B) is unknown color: approx Palm Green. HEX triplet: 20, 3A and 2B. RGB value is (32,58,43). Sum of RGB (Red+Green+Blue) = 32+58+43=133 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.06% from 133); Green value is 58 (23.05% from 255 or 43.61% from 133); Blue value is 43 (17.19% from 255 or 32.33% from 133); Max value from RGB is 58 - color contains mainly: green. Hex color #203A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203A2B is #DFC5D4. Grayscale: #303030. Windows color (decimal): -14665173 or 2832928. OLE color: 2832928.

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

Color convert

RGB325843-
CMYK0.4500.260.77
HSL145.38º28.89%17.65%-
HSV(B)145.38º44.83%22.75%-
XYZ2.543.512.83-
YUV48.52124.89116.22-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.06%
GREEN value IS 58 (23.05% from 255) = 43.61%
BLUE value IS 43 (17.19% from 255) = 32.33%
R=24.06%
G=43.61%
B=32.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3258430.4500.260.77145.3828.8917.65
Hex203A2B2D01A4D911d12
Octal407253550321152213522
Binary1000001110101010111011010110101001101100100011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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