#287248

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

Shades of Green Pea #287248

Tints of Green Pea #287248

Color information

#287248 (or 0x287248) is unknown color: approx Green Pea. HEX triplet: 28, 72 and 48. RGB value is (40,114,72). Sum of RGB (Red+Green+Blue) = 40+114+72=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 114 (44.92% from 255 or 50.44% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 114 - color contains mainly: green. Hex color #287248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287248 is #D78DB7. Grayscale: #575757. Windows color (decimal): -14126520 or 4747816. OLE color: 4747816.

HSL color Cylindrical-coordinate representation of color #287248: hue angle of 145.95º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #287248 is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB4011472-
CMYK0.6500.370.55
HSL145.95º48.05%30.2%-
HSV(B)145.95º64.91%44.71%-
XYZ8.0612.958.21-
YUV87.09119.4894.42-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.70%
GREEN value IS 114 (44.92% from 255) = 50.44%
BLUE value IS 72 (28.52% from 255) = 31.86%
R=17.70%
G=50.44%
B=31.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40114720.6500.370.55145.9548.0530.2
Hex287248410253792301e
Octal50162110101045672226036
Binary10100011100101001000100000101001011101111001001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287248; }

 p { color: rgb(40,114,72); }

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

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

 a { background-color: rgb(40,114,72); }

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

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

 span { border-color: rgb(40,114,72); }

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