#20482F

Color #20482F Everglade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Everglade #20482F

Tints of Everglade #20482F

Color information

#20482F (or 0x20482F) is unknown color: approx Everglade. HEX triplet: 20, 48 and 2F. RGB value is (32,72,47). Sum of RGB (Red+Green+Blue) = 32+72+47=151 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.19% from 151); Green value is 72 (28.52% from 255 or 47.68% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 72 - color contains mainly: green. Hex color #20482F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20482F is #DFB7D0. Grayscale: #393939. Windows color (decimal): -14661585 or 3098656. OLE color: 3098656.

HSL color Cylindrical-coordinate representation of color #20482F: hue angle of 142.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #20482F is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB327247-
CMYK0.5600.350.72
HSL142.5º38.46%20.39%-
HSV(B)142.5º55.56%28.24%-
XYZ3.435.153.5-
YUV57.19122.25110.03-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.19%
GREEN value IS 72 (28.52% from 255) = 47.68%
BLUE value IS 47 (18.75% from 255) = 31.13%
R=21.19%
G=47.68%
B=31.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3272470.5600.350.72142.538.4620.39
Hex20482F38023488e2614
Octal4011057700431102164624
Binary1000001001000101111111000010001110010001000111010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20482F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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