#285945

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

Shades of Green Pea #285945

Tints of Green Pea #285945

Color information

#285945 (or 0x285945) is unknown color: approx Green Pea. HEX triplet: 28, 59 and 45. RGB value is (40,89,69). Sum of RGB (Red+Green+Blue) = 40+89+69=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 89 (35.16% from 255 or 44.95% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 89 - color contains mainly: green. Hex color #285945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285945 is #D7A6BA. Grayscale: #484848. Windows color (decimal): -14132923 or 4544808. OLE color: 4544808.

HSL color Cylindrical-coordinate representation of color #285945: hue angle of 155.51º 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 #285945 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB408969-
CMYK0.5500.220.65
HSL155.51º37.98%25.29%-
HSV(B)155.51º55.06%34.9%-
XYZ5.528.036.89-
YUV72.07126.27105.13-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.20%
GREEN value IS 89 (35.16% from 255) = 44.95%
BLUE value IS 69 (27.34% from 255) = 34.85%
R=20.20%
G=44.95%
B=34.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4089690.5500.220.65155.5137.9825.29
Hex28594537016419c2619
Octal50131105670261012344631
Binary1010001011001100010111011101011010000011001110010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285945; }

 p { color: rgb(40,89,69); }

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

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

 a { background-color: rgb(40,89,69); }

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

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

 span { border-color: rgb(40,89,69); }

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