#285A42

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

Shades of Green Pea #285A42

Tints of Green Pea #285A42

Color information

#285A42 (or 0x285A42) is unknown color: approx Green Pea. HEX triplet: 28, 5A and 42. RGB value is (40,90,66). Sum of RGB (Red+Green+Blue) = 40+90+66=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 90 (35.55% from 255 or 45.92% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 90 - color contains mainly: green. Hex color #285A42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285A42 is #D7A5BD. Grayscale: #484848. Windows color (decimal): -14132670 or 4348456. OLE color: 4348456.

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

Color convert

RGB409066-
CMYK0.5600.270.65
HSL151.2º38.46%25.49%-
HSV(B)151.2º55.56%35.29%-
XYZ5.518.166.44-
YUV72.31124.44104.95-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.41%
GREEN value IS 90 (35.55% from 255) = 45.92%
BLUE value IS 66 (26.17% from 255) = 33.67%
R=20.41%
G=45.92%
B=33.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4090660.5600.270.65151.238.4625.49
Hex285A423801B41972619
Octal50132102700331012274631
Binary1010001011010100001011100001101110000011001011110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,90,66); }

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

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

 a { background-color: rgb(40,90,66); }

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

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

 span { border-color: rgb(40,90,66); }

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