#28704B

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

Shades of Green Pea #28704B

Tints of Green Pea #28704B

Color information

#28704B (or 0x28704B) is unknown color: approx Green Pea. HEX triplet: 28, 70 and 4B. RGB value is (40,112,75). Sum of RGB (Red+Green+Blue) = 40+112+75=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 112 - color contains mainly: green. Hex color #28704B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28704B is #D78FB4. Grayscale: #565656. Windows color (decimal): -14127029 or 4943912. OLE color: 4943912.

HSL color Cylindrical-coordinate representation of color #28704B: hue angle of 149.17º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28704B is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB4011275-
CMYK0.6400.330.56
HSL149.17º47.37%29.8%-
HSV(B)149.17º64.29%43.92%-
XYZ7.9412.558.66-
YUV86.25121.6595.01-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.62%
GREEN value IS 112 (44.14% from 255) = 49.34%
BLUE value IS 75 (29.69% from 255) = 33.04%
R=17.62%
G=49.34%
B=33.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40112750.6400.330.56149.1747.3729.8
Hex28704B4002138952f1e
Octal50160113100041702255736
Binary10100011100001001011100000001000011110001001010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28704B; }

 p { color: rgb(40,112,75); }

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

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

 a { background-color: rgb(40,112,75); }

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

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

 span { border-color: rgb(40,112,75); }

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