#205E42

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

Shades of Green Pea #205E42

Tints of Green Pea #205E42

Color information

#205E42 (or 0x205E42) is unknown color: approx Green Pea. HEX triplet: 20, 5E and 42. RGB value is (32,94,66). Sum of RGB (Red+Green+Blue) = 32+94+66=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 94 (37.11% from 255 or 48.96% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 94 - color contains mainly: green. Hex color #205E42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205E42 is #DFA1BD. Grayscale: #484848. Windows color (decimal): -14655934 or 4349472. OLE color: 4349472.

HSL color Cylindrical-coordinate representation of color #205E42: hue angle of 152.9º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #205E42 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.63.

Color convert

RGB329466-
CMYK0.6600.300.63
HSL152.9º49.21%24.71%-
HSV(B)152.9º65.96%36.86%-
XYZ5.588.716.54-
YUV72.27124.4699.28-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.67%
GREEN value IS 94 (37.11% from 255) = 48.96%
BLUE value IS 66 (26.17% from 255) = 34.38%
R=16.67%
G=48.96%
B=34.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3294660.6600.300.63152.949.2124.71
Hex205E424201E3F993119
Octal40136102102036772316131
Binary1000001011110100001010000100111101111111001100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205E42; }

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

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

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

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

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

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

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

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