#20613D

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

Shades of Green Pea #20613D

Tints of Green Pea #20613D

Color information

#20613D (or 0x20613D) is unknown color: approx Green Pea. HEX triplet: 20, 61 and 3D. RGB value is (32,97,61). Sum of RGB (Red+Green+Blue) = 32+97+61=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 97 (38.28% from 255 or 51.05% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 97 - color contains mainly: green. Hex color #20613D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20613D is #DF9EC2. Grayscale: #494949. Windows color (decimal): -14655171 or 4022560. OLE color: 4022560.

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

Color convert

RGB329761-
CMYK0.6700.370.62
HSL146.77º50.39%25.29%-
HSV(B)146.77º67.01%38.04%-
XYZ5.719.195.89-
YUV73.46120.9798.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.84%
GREEN value IS 97 (38.28% from 255) = 51.05%
BLUE value IS 61 (24.22% from 255) = 32.11%
R=16.84%
G=51.05%
B=32.11%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3297610.6700.370.62146.7750.3925.29
Hex20613D430253E933219
Octal4014175103045762236231
Binary1000001100001111101100001101001011111101001001111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20613D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20613D; }

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

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

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

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

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

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

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

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