#206840

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

Shades of Green Pea #206840

Tints of Green Pea #206840

Color information

#206840 (or 0x206840) is unknown color: approx Green Pea. HEX triplet: 20, 68 and 40. RGB value is (32,104,64). Sum of RGB (Red+Green+Blue) = 32+104+64=200 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16% from 200); Green value is 104 (41.02% from 255 or 52% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 104 - color contains mainly: green. Hex color #206840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206840 is #DF97BF. Grayscale: #4E4E4E. Windows color (decimal): -14653376 or 4220960. OLE color: 4220960.

HSL color Cylindrical-coordinate representation of color #206840: hue angle of 146.67º 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 #206840 is Cyan = 0.69, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB3210464-
CMYK0.6900.380.59
HSL146.67º52.94%26.67%-
HSV(B)146.67º69.23%40.78%-
XYZ6.4710.586.55-
YUV77.91120.1595.25-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16%
GREEN value IS 104 (41.02% from 255) = 52%
BLUE value IS 64 (25.39% from 255) = 32%
R=16%
G=52%
B=32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal32104640.6900.380.59146.6752.9426.67
Hex206840450263B93351b
Octal40150100105046732236533
Binary10000011010001000000100010101001101110111001001111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206840; }

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

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

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

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

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

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

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

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