#285A43

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

Shades of Green Pea #285A43

Tints of Green Pea #285A43

Color information

#285A43 (or 0x285A43) is unknown color: approx Green Pea. HEX triplet: 28, 5A and 43. RGB value is (40,90,67). Sum of RGB (Red+Green+Blue) = 40+90+67=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 67 (26.56% from 255 or 34.01% from 197); Max value from RGB is 90 - color contains mainly: green. Hex color #285A43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285A43 is #D7A5BC. Grayscale: #484848. Windows color (decimal): -14132669 or 4413992. OLE color: 4413992.

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

Color convert

RGB409067-
CMYK0.5600.260.65
HSL152.4º38.46%25.49%-
HSV(B)152.4º55.56%35.29%-
XYZ5.548.176.59-
YUV72.43124.94104.87-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.30%
GREEN value IS 90 (35.55% from 255) = 45.69%
BLUE value IS 67 (26.56% from 255) = 34.01%
R=20.30%
G=45.69%
B=34.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4090670.5600.260.65152.438.4625.49
Hex285A433801A41982619
Octal50132103700321012304631
Binary1010001011010100001111100001101010000011001100010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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