Html Css Color HEX #20352C Palm Green

📋 copy color: '#20352C'

red 32 ◦ green 53 ◦ blue 44

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

Shades of Palm Green #20352C

Tints of Palm Green #20352C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 34.11%

R = 24.81%
G = 41.09%
B = 34.11%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.17

 K value IS 0.79

RGB Variations

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

Color information

#20352C (or 0x20352C) is known color: Palm Green. HEX triplet: 20, 35 and 2C. RGB value is (32,53,44). Sum of RGB (Red+Green+Blue) = 32+53+44=129 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.81% from 129); Green value is 53 (21.09% from 255 or 41.09% from 129); Blue value is 44 (17.58% from 255 or 34.11% from 129); Max value from RGB is 53 - color contains mainly: green. Hex color #20352C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20352C is #DFCAD3. Grayscale: #2D2D2D. Windows color (decimal): -14666452 or 2897184. OLE color: 2897184.

HSL color Cylindrical-coordinate representation of color #20352C: hue angle of 154.29º 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 #20352C is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB 32 53 44 -
CMYK 0.40 0 0.17 0.79
HSL 154.29º 0.25% 0.17% -
HSV(B) 154.29º 0.4% 0.21% -
XYZ 2.32 3.04 2.85 -
YUV 45.7 127.04 118.23 -
System Red Green Blue C M Y K H S L
Decimal 32 53 44 0.40 0 0.17 0.79 154.29 0.25 0.17
Hex 20 35 2C 28 0 11 4F 9A 19 11
Octal 40 65 54 50 0 21 117 232 31 21
Binary 100000 110101 101100 101000 0 10001 1001111 10011010 11001 10001

Color Harmonies of #20352C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20352C

Black with #20352C

Text Example


Text Example

White with #20352C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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