#286144

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

Shades of Green Pea #286144

Tints of Green Pea #286144

Color information

#286144 (or 0x286144) is unknown color: approx Green Pea. HEX triplet: 28, 61 and 44. RGB value is (40,97,68). Sum of RGB (Red+Green+Blue) = 40+97+68=205 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.51% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 97 - color contains mainly: green. Hex color #286144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286144 is #D79EBB. Grayscale: #4C4C4C. Windows color (decimal): -14130876 or 4481320. OLE color: 4481320.

HSL color Cylindrical-coordinate representation of color #286144: hue angle of 149.47º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #286144 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB409768-
CMYK0.5900.300.62
HSL149.47º41.61%26.86%-
HSV(B)149.47º58.76%38.04%-
XYZ6.199.426.96-
YUV76.65123.12101.86-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.51%
GREEN value IS 97 (38.28% from 255) = 47.32%
BLUE value IS 68 (26.95% from 255) = 33.17%
R=19.51%
G=47.32%
B=33.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4097680.5900.300.62149.4741.6126.86
Hex2861443B01E3E952a1b
Octal5014110473036762255233
Binary101000110000110001001110110111101111101001010110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286144; }

 p { color: rgb(40,97,68); }

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

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

 a { background-color: rgb(40,97,68); }

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

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

 span { border-color: rgb(40,97,68); }

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