Html Css Color HEX #20382F Palm Green

📋 copy color: '#20382F'

red 32 ◦ green 56 ◦ blue 47

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

Shades of Palm Green #20382F

Tints of Palm Green #20382F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 41.48%

 BLUE value IS 47 (18.75% from 255) = 34.81%

R = 23.7%
G = 41.48%
B = 34.81%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#20382F (or 0x20382F) is known color: Palm Green. HEX triplet: 20, 38 and 2F. RGB value is (32,56,47). Sum of RGB (Red+Green+Blue) = 32+56+47=135 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.70% from 135); Green value is 56 (22.27% from 255 or 41.48% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 56 - color contains mainly: green. Hex color #20382F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20382F is #DFC7D0. Grayscale: #2F2F2F. Windows color (decimal): -14665681 or 3094560. OLE color: 3094560.

HSL color Cylindrical-coordinate representation of color #20382F: hue angle of 157.5º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #20382F is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB 32 56 47 -
CMYK 0.43 0 0.16 0.78
HSL 157.5º 0.27% 0.17% -
HSV(B) 157.5º 0.43% 0.22% -
XYZ 2.52 3.34 3.2 -
YUV 47.8 127.55 116.73 -
System Red Green Blue C M Y K H S L
Decimal 32 56 47 0.43 0 0.16 0.78 157.5 0.27 0.17
Hex 20 38 2F 2B 0 10 4E 9E 1B 11
Octal 40 70 57 53 0 20 116 236 33 21
Binary 100000 111000 101111 101011 0 10000 1001110 10011110 11011 10001

Color Harmonies of #20382F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20382F

Black with #20382F

Text Example


Text Example

White with #20382F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20382F; }

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

 H1.HeaderClassName
 {
   color: #20382F;
 }
 .AnyTagClassName
 {
   color: #20382F;
 }
</style>

background-color css

<style>
 a { background-color: #20382F; }

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

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

border-color css

<style>
 span { border-color: #20382F; }

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

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