#20613F

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

Shades of Green Pea #20613F

Tints of Green Pea #20613F

Color information

#20613F (or 0x20613F) is unknown color: approx Green Pea. HEX triplet: 20, 61 and 3F. RGB value is (32,97,63). Sum of RGB (Red+Green+Blue) = 32+97+63=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 97 (38.28% from 255 or 50.52% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 97 - color contains mainly: green. Hex color #20613F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20613F is #DF9EC0. Grayscale: #494949. Windows color (decimal): -14655169 or 4153632. OLE color: 4153632.

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

Color convert

RGB329763-
CMYK0.6700.350.62
HSL148.62º50.39%25.29%-
HSV(B)148.62º67.01%38.04%-
XYZ5.779.226.18-
YUV73.69121.9798.26-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.67%
GREEN value IS 97 (38.28% from 255) = 50.52%
BLUE value IS 63 (25% from 255) = 32.81%
R=16.67%
G=50.52%
B=32.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3297630.6700.350.62148.6250.3925.29
Hex20613F430233E953219
Octal4014177103043762256231
Binary1000001100001111111100001101000111111101001010111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20613F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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