#206142

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

Shades of Green Pea #206142

Tints of Green Pea #206142

Color information

#206142 (or 0x206142) is unknown color: approx Green Pea. HEX triplet: 20, 61 and 42. RGB value is (32,97,66). Sum of RGB (Red+Green+Blue) = 32+97+66=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 97 (38.28% from 255 or 49.74% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 97 - color contains mainly: green. Hex color #206142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206142 is #DF9EBD. Grayscale: #4A4A4A. Windows color (decimal): -14655166 or 4350240. OLE color: 4350240.

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

Color convert

RGB329766-
CMYK0.6700.320.62
HSL151.38º50.39%25.29%-
HSV(B)151.38º67.01%38.04%-
XYZ5.859.256.63-
YUV74.03123.4798.02-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.41%
GREEN value IS 97 (38.28% from 255) = 49.74%
BLUE value IS 66 (26.17% from 255) = 33.85%
R=16.41%
G=49.74%
B=33.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3297660.6700.320.62151.3850.3925.29
Hex206142430203E973219
Octal40141102103040762276231
Binary10000011000011000010100001101000001111101001011111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206142; }

 p { color: rgb(32,97,66); }

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

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

 a { background-color: rgb(32,97,66); }

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

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

 span { border-color: rgb(32,97,66); }

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