#285B45

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

Shades of Green Pea #285B45

Tints of Green Pea #285B45

Color information

#285B45 (or 0x285B45) is unknown color: approx Green Pea. HEX triplet: 28, 5B and 45. RGB value is (40,91,69). Sum of RGB (Red+Green+Blue) = 40+91+69=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 91 (35.94% from 255 or 45.5% from 200); Blue value is 69 (27.34% from 255 or 34.5% from 200); Max value from RGB is 91 - color contains mainly: green. Hex color #285B45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285B45 is #D7A4BA. Grayscale: #494949. Windows color (decimal): -14132411 or 4545320. OLE color: 4545320.

HSL color Cylindrical-coordinate representation of color #285B45: hue angle of 154.12º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #285B45 is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.

Color convert

RGB409169-
CMYK0.5600.240.64
HSL154.12º38.93%25.69%-
HSV(B)154.12º56.04%35.69%-
XYZ5.698.366.94-
YUV73.24125.6104.29-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20%
GREEN value IS 91 (35.94% from 255) = 45.5%
BLUE value IS 69 (27.34% from 255) = 34.5%
R=20%
G=45.5%
B=34.5%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4091690.5600.240.64154.1238.9325.69
Hex285B4538018409a271a
Octal50133105700301002324732
Binary1010001011011100010111100001100010000001001101010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285B45; }

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

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

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

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

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

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

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

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