#205F43

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

Shades of Green Pea #205F43

Tints of Green Pea #205F43

Color information

#205F43 (or 0x205F43) is unknown color: approx Green Pea. HEX triplet: 20, 5F and 43. RGB value is (32,95,67). Sum of RGB (Red+Green+Blue) = 32+95+67=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 95 (37.5% from 255 or 48.97% from 194); Blue value is 67 (26.56% from 255 or 34.54% from 194); Max value from RGB is 95 - color contains mainly: green. Hex color #205F43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205F43 is #DFA0BC. Grayscale: #494949. Windows color (decimal): -14655677 or 4415264. OLE color: 4415264.

HSL color Cylindrical-coordinate representation of color #205F43: hue angle of 153.33º degrees, saturation: 0.5, 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 #205F43 is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.63.

Color convert

RGB329567-
CMYK0.6600.290.63
HSL153.33º49.61%24.9%-
HSV(B)153.33º66.32%37.25%-
XYZ5.78.96.73-
YUV72.97124.6398.78-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.49%
GREEN value IS 95 (37.5% from 255) = 48.97%
BLUE value IS 67 (26.56% from 255) = 34.54%
R=16.49%
G=48.97%
B=34.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3295670.6600.290.63153.3349.6124.9
Hex205F434201D3F993219
Octal40137103102035772316231
Binary1000001011111100001110000100111011111111001100111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,95,67); }

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

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

 a { background-color: rgb(32,95,67); }

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

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

 span { border-color: rgb(32,95,67); }

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