#203F30

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

Shades of Palm Green #203F30

Tints of Palm Green #203F30

Color information

#203F30 (or 0x203F30) is unknown color: approx Palm Green. HEX triplet: 20, 3F and 30. RGB value is (32,63,48). Sum of RGB (Red+Green+Blue) = 32+63+48=143 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.38% from 143); Green value is 63 (25% from 255 or 44.06% from 143); Blue value is 48 (19.14% from 255 or 33.57% from 143); Max value from RGB is 63 - color contains mainly: green. Hex color #203F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203F30 is #DFC0CF. Grayscale: #343434. Windows color (decimal): -14663888 or 3161888. OLE color: 3161888.

HSL color Cylindrical-coordinate representation of color #203F30: hue angle of 150.97º 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 #203F30 is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.75.

Color convert

RGB326348-
CMYK0.4900.240.75
HSL150.97º32.63%18.63%-
HSV(B)150.97º49.21%24.71%-
XYZ2.914.083.43-
YUV52.02125.73113.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.38%
GREEN value IS 63 (25% from 255) = 44.06%
BLUE value IS 48 (19.14% from 255) = 33.57%
R=22.38%
G=44.06%
B=33.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3263480.4900.240.75150.9732.6318.63
Hex203F30310184B972113
Octal407760610301132274123
Binary10000011111111000011000101100010010111001011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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