#203C2F

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

Shades of Palm Green #203C2F

Tints of Palm Green #203C2F

Color information

#203C2F (or 0x203C2F) is unknown color: approx Palm Green. HEX triplet: 20, 3C and 2F. RGB value is (32,60,47). Sum of RGB (Red+Green+Blue) = 32+60+47=139 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.02% from 139); Green value is 60 (23.83% from 255 or 43.17% from 139); Blue value is 47 (18.75% from 255 or 33.81% from 139); Max value from RGB is 60 - color contains mainly: green. Hex color #203C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203C2F is #DFC3D0. Grayscale: #323232. Windows color (decimal): -14664657 or 3095584. OLE color: 3095584.

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

Color convert

RGB326047-
CMYK0.4700.220.76
HSL152.14º30.43%18.04%-
HSV(B)152.14º46.67%23.53%-
XYZ2.723.743.27-
YUV50.15126.22115.06-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.02%
GREEN value IS 60 (23.83% from 255) = 43.17%
BLUE value IS 47 (18.75% from 255) = 33.81%
R=23.02%
G=43.17%
B=33.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3260470.4700.220.76152.1430.4318.04
Hex203C2F2F0164C981e12
Octal407457570261142303622
Binary1000001111001011111011110101101001100100110001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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