#206046

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

Shades of Green Pea #206046

Tints of Green Pea #206046

Color information

#206046 (or 0x206046) is unknown color: approx Green Pea. HEX triplet: 20, 60 and 46. RGB value is (32,96,70). Sum of RGB (Red+Green+Blue) = 32+96+70=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 70 (27.73% from 255 or 35.35% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #206046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206046 is #DF9FB9. Grayscale: #494949. Windows color (decimal): -14655418 or 4612128. OLE color: 4612128.

HSL color Cylindrical-coordinate representation of color #206046: hue angle of 155.62º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #206046 is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB329670-
CMYK0.6700.270.62
HSL155.62º50%25.1%-
HSV(B)155.62º66.67%37.65%-
XYZ5.889.127.24-
YUV73.9125.898.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.16%
GREEN value IS 96 (37.89% from 255) = 48.48%
BLUE value IS 70 (27.73% from 255) = 35.35%
R=16.16%
G=48.48%
B=35.35%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3296700.6700.270.62155.625025.1
Hex2060464301B3E9c3219
Octal40140106103033762346231
Binary1000001100000100011010000110110111111101001110011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206046; }

 p { color: rgb(32,96,70); }

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

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

 a { background-color: rgb(32,96,70); }

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

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

 span { border-color: rgb(32,96,70); }

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