#206247

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

Shades of Green Pea #206247

Tints of Green Pea #206247

Color information

#206247 (or 0x206247) is unknown color: approx Green Pea. HEX triplet: 20, 62 and 47. RGB value is (32,98,71). Sum of RGB (Red+Green+Blue) = 32+98+71=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 98 (38.67% from 255 or 48.76% from 201); Blue value is 71 (28.12% from 255 or 35.32% from 201); Max value from RGB is 98 - color contains mainly: green. Hex color #206247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206247 is #DF9DB8. Grayscale: #4B4B4B. Windows color (decimal): -14654905 or 4678176. OLE color: 4678176.

HSL color Cylindrical-coordinate representation of color #206247: hue angle of 155.45º degrees, saturation: 0.51, 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 #206247 is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB329871-
CMYK0.6700.280.62
HSL155.45º50.77%25.49%-
HSV(B)155.45º67.35%38.43%-
XYZ6.19.57.47-
YUV75.19125.6397.2-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.92%
GREEN value IS 98 (38.67% from 255) = 48.76%
BLUE value IS 71 (28.12% from 255) = 35.32%
R=15.92%
G=48.76%
B=35.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3298710.6700.280.62155.4550.7725.49
Hex2062474301C3E9b3319
Octal40142107103034762336331
Binary1000001100010100011110000110111001111101001101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206247; }

 p { color: rgb(32,98,71); }

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

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

 a { background-color: rgb(32,98,71); }

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

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

 span { border-color: rgb(32,98,71); }

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