#285B41

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

Shades of Green Pea #285B41

Tints of Green Pea #285B41

Color information

#285B41 (or 0x285B41) is unknown color: approx Green Pea. HEX triplet: 28, 5B and 41. RGB value is (40,91,65). Sum of RGB (Red+Green+Blue) = 40+91+65=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 91 (35.94% from 255 or 46.43% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 91 - color contains mainly: green. Hex color #285B41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285B41 is #D7A4BE. Grayscale: #484848. Windows color (decimal): -14132415 or 4283176. OLE color: 4283176.

HSL color Cylindrical-coordinate representation of color #285B41: hue angle of 149.41º 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 #285B41 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.

Color convert

RGB409165-
CMYK0.5600.290.64
HSL149.41º38.93%25.69%-
HSV(B)149.41º56.04%35.69%-
XYZ5.578.316.31-
YUV72.79123.6104.61-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.41%
GREEN value IS 91 (35.94% from 255) = 46.43%
BLUE value IS 65 (25.78% from 255) = 33.16%
R=20.41%
G=46.43%
B=33.16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4091650.5600.290.64149.4138.9325.69
Hex285B413801D4095271a
Octal50133101700351002254732
Binary1010001011011100000111100001110110000001001010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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