#286B4D

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

Shades of Green Pea #286B4D

Tints of Green Pea #286B4D

Color information

#286B4D (or 0x286B4D) is unknown color: approx Green Pea. HEX triplet: 28, 6B and 4D. RGB value is (40,107,77). Sum of RGB (Red+Green+Blue) = 40+107+77=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 107 (42.19% from 255 or 47.77% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 107 - color contains mainly: green. Hex color #286B4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286B4D is #D794B2. Grayscale: #535353. Windows color (decimal): -14128307 or 5073704. OLE color: 5073704.

HSL color Cylindrical-coordinate representation of color #286B4D: hue angle of 153.13º 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 #286B4D is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB4010777-
CMYK0.6300.280.58
HSL153.13º45.58%28.82%-
HSV(B)153.13º62.62%41.96%-
XYZ7.4711.58.85-
YUV83.55124.396.94-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.86%
GREEN value IS 107 (42.19% from 255) = 47.77%
BLUE value IS 77 (30.47% from 255) = 34.38%
R=17.86%
G=47.77%
B=34.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40107770.6300.280.58153.1345.5828.82
Hex286B4D3F01C3A992e1d
Octal5015311577034722315635
Binary101000110101110011011111110111001110101001100110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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