#285C40

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

Shades of Green Pea #285C40

Tints of Green Pea #285C40

Color information

#285C40 (or 0x285C40) is unknown color: approx Green Pea. HEX triplet: 28, 5C and 40. RGB value is (40,92,64). Sum of RGB (Red+Green+Blue) = 40+92+64=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 92 (36.33% from 255 or 46.94% from 196); Blue value is 64 (25.39% from 255 or 32.65% from 196); Max value from RGB is 92 - color contains mainly: green. Hex color #285C40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285C40 is #D7A3BF. Grayscale: #494949. Windows color (decimal): -14132160 or 4217896. OLE color: 4217896.

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

Color convert

RGB409264-
CMYK0.5700.300.64
HSL147.69º39.39%25.88%-
HSV(B)147.69º56.52%36.08%-
XYZ5.638.486.19-
YUV73.26122.77104.28-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.41%
GREEN value IS 92 (36.33% from 255) = 46.94%
BLUE value IS 64 (25.39% from 255) = 32.65%
R=20.41%
G=46.94%
B=32.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4092640.5700.300.64147.6939.3925.88
Hex285C403901E4094271a
Octal50134100710361002244732
Binary1010001011100100000011100101111010000001001010010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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