#206841

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

Shades of Green Pea #206841

Tints of Green Pea #206841

Color information

#206841 (or 0x206841) is unknown color: approx Green Pea. HEX triplet: 20, 68 and 41. RGB value is (32,104,65). Sum of RGB (Red+Green+Blue) = 32+104+65=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 104 (41.02% from 255 or 51.74% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 104 - color contains mainly: green. Hex color #206841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206841 is #DF97BE. Grayscale: #4E4E4E. Windows color (decimal): -14653375 or 4286496. OLE color: 4286496.

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

Color convert

RGB3210465-
CMYK0.6900.380.59
HSL147.5º52.94%26.67%-
HSV(B)147.5º69.23%40.78%-
XYZ6.510.596.7-
YUV78.03120.6595.17-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.92%
GREEN value IS 104 (41.02% from 255) = 51.74%
BLUE value IS 65 (25.78% from 255) = 32.34%
R=15.92%
G=51.74%
B=32.34%

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
Decimal32104650.6900.380.59147.552.9426.67
Hex206841450263B94351b
Octal40150101105046732246533
Binary10000011010001000001100010101001101110111001010011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206841; }

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

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

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

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

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

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

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

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