#286C4D

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

Shades of Green Pea #286C4D

Tints of Green Pea #286C4D

Color information

#286C4D (or 0x286C4D) is unknown color: approx Green Pea. HEX triplet: 28, 6C and 4D. RGB value is (40,108,77). Sum of RGB (Red+Green+Blue) = 40+108+77=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 108 (42.58% from 255 or 48% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 108 - color contains mainly: green. Hex color #286C4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286C4D is #D793B2. Grayscale: #545454. Windows color (decimal): -14128051 or 5073960. OLE color: 5073960.

HSL color Cylindrical-coordinate representation of color #286C4D: hue angle of 152.65º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #286C4D is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB4010877-
CMYK0.6300.290.58
HSL152.65º45.95%29.02%-
HSV(B)152.65º62.96%42.35%-
XYZ7.5811.718.88-
YUV84.13123.9796.52-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.78%
GREEN value IS 108 (42.58% from 255) = 48%
BLUE value IS 77 (30.47% from 255) = 34.22%
R=17.78%
G=48%
B=34.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40108770.6300.290.58152.6545.9529.02
Hex286C4D3F01D3A992e1d
Octal5015411577035722315635
Binary101000110110010011011111110111011110101001100110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286C4D; }

 p { color: rgb(40,108,77); }

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

<style>
 a { background-color: #286C4D; }

 a { background-color: rgb(40,108,77); }

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

<style>
 span { border-color: #286C4D; }

 span { border-color: rgb(40,108,77); }

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