#285840

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

Shades of Green Pea #285840

Tints of Green Pea #285840

Color information

#285840 (or 0x285840) is unknown color: approx Green Pea. HEX triplet: 28, 58 and 40. RGB value is (40,88,64). Sum of RGB (Red+Green+Blue) = 40+88+64=192 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.83% from 192); Green value is 88 (34.77% from 255 or 45.83% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 88 - color contains mainly: green. Hex color #285840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285840 is #D7A7BF. Grayscale: #464646. Windows color (decimal): -14133184 or 4216872. OLE color: 4216872.

HSL color Cylindrical-coordinate representation of color #285840: hue angle of 150º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #285840 is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB408864-
CMYK0.5500.270.65
HSL150º37.5%25.1%-
HSV(B)150º54.55%34.51%-
XYZ5.297.86.08-
YUV70.91124.1105.95-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.83%
GREEN value IS 88 (34.77% from 255) = 45.83%
BLUE value IS 64 (25.39% from 255) = 33.33%
R=20.83%
G=45.83%
B=33.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4088640.5500.270.6515037.525.1
Hex2858403701B41962619
Octal50130100670331012264631
Binary1010001011000100000011011101101110000011001011010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285840; }

 p { color: rgb(40,88,64); }

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

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

 a { background-color: rgb(40,88,64); }

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

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

 span { border-color: rgb(40,88,64); }

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