#20342B

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

Shades of Palm Green #20342B

Tints of Palm Green #20342B

Color information

#20342B (or 0x20342B) is unknown color: approx Palm Green. HEX triplet: 20, 34 and 2B. RGB value is (32,52,43). Sum of RGB (Red+Green+Blue) = 32+52+43=127 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.20% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 52 - color contains mainly: green. Hex color #20342B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20342B is #DFCBD4. Grayscale: #2D2D2D. Windows color (decimal): -14666709 or 2831392. OLE color: 2831392.

HSL color Cylindrical-coordinate representation of color #20342B: hue angle of 153º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #20342B is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.80.

Color convert

RGB325243-
CMYK0.3800.170.80
HSL153º23.81%16.47%-
HSV(B)153º38.46%20.39%-
XYZ2.262.942.73-
YUV44.99126.87118.73-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 25.20%
GREEN value IS 52 (20.70% from 255) = 40.94%
BLUE value IS 43 (17.19% from 255) = 33.86%
R=25.20%
G=40.94%
B=33.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3252430.3800.170.8015323.8116.47
Hex20342B2601150991810
Octal406453460211202313020
Binary1000001101001010111001100100011010000100110011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20342B; }

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

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

<style>
 a { background-color: #20342B; }

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

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

<style>
 span { border-color: #20342B; }

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

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