#206849

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

Shades of Green Pea #206849

Tints of Green Pea #206849

Color information

#206849 (or 0x206849) is unknown color: approx Green Pea. HEX triplet: 20, 68 and 49. RGB value is (32,104,73). Sum of RGB (Red+Green+Blue) = 32+104+73=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 104 (41.02% from 255 or 49.76% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 104 - color contains mainly: green. Hex color #206849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206849 is #DF97B6. Grayscale: #4E4E4E. Windows color (decimal): -14653367 or 4810784. OLE color: 4810784.

HSL color Cylindrical-coordinate representation of color #206849: hue angle of 154.17º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #206849 is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB3210473-
CMYK0.6900.300.59
HSL154.17º52.94%26.67%-
HSV(B)154.17º69.23%40.78%-
XYZ6.7510.698.01-
YUV78.94124.6594.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.31%
GREEN value IS 104 (41.02% from 255) = 49.76%
BLUE value IS 73 (28.91% from 255) = 34.93%
R=15.31%
G=49.76%
B=34.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal32104730.6900.300.59154.1752.9426.67
Hex2068494501E3B9a351b
Octal40150111105036732326533
Binary1000001101000100100110001010111101110111001101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206849; }

 p { color: rgb(32,104,73); }

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

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

 a { background-color: rgb(32,104,73); }

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

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

 span { border-color: rgb(32,104,73); }

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