Html Css Color HEX #20352B Palm Green

📋 copy color: '#20352B'

red 32 ◦ green 53 ◦ blue 43

#20352B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palm Green #20352B

Tints of Palm Green #20352B

RGB

 RED value IS 32 (12.89% from 255) = 25%

 GREEN value IS 53 (21.09% from 255) = 41.41%

 BLUE value IS 43 (17.19% from 255) = 33.59%

R = 25%
G = 41.41%
B = 33.59%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.19

 K value IS 0.79

RGB Variations

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

Color information

#20352B (or 0x20352B) is known color: Palm Green. HEX triplet: 20, 35 and 2B. RGB value is (32,53,43). Sum of RGB (Red+Green+Blue) = 32+53+43=128 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 53 - color contains mainly: green. Hex color #20352B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20352B is #DFCAD4. Grayscale: #2D2D2D. Windows color (decimal): -14666453 or 2831648. OLE color: 2831648.

HSL color Cylindrical-coordinate representation of color #20352B: hue angle of 151.43º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #20352B is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB 32 53 43 -
CMYK 0.40 0 0.19 0.79
HSL 151.43º 0.25% 0.17% -
HSV(B) 151.43º 0.4% 0.21% -
XYZ 2.3 3.03 2.75 -
YUV 45.58 126.54 118.31 -
System Red Green Blue C M Y K H S L
Decimal 32 53 43 0.40 0 0.19 0.79 151.43 0.25 0.17
Hex 20 35 2B 28 0 13 4F 97 19 11
Octal 40 65 53 50 0 23 117 227 31 21
Binary 100000 110101 101011 101000 0 10011 1001111 10010111 11001 10001

Color Harmonies of #20352B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20352B

Black with #20352B

Text Example


Text Example

White with #20352B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20352B;
 }
 .AnyTagClassName
 {
   color: #20352B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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