#286248

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

Shades of Green Pea #286248

Tints of Green Pea #286248

Color information

#286248 (or 0x286248) is unknown color: approx Green Pea. HEX triplet: 28, 62 and 48. RGB value is (40,98,72). Sum of RGB (Red+Green+Blue) = 40+98+72=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 98 (38.67% from 255 or 46.67% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 98 - color contains mainly: green. Hex color #286248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286248 is #D79DB7. Grayscale: #4D4D4D. Windows color (decimal): -14130616 or 4743720. OLE color: 4743720.

HSL color Cylindrical-coordinate representation of color #286248: hue angle of 153.1º 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 #286248 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB409872-
CMYK0.5900.270.62
HSL153.1º42.03%27.06%-
HSV(B)153.1º59.18%38.43%-
XYZ6.419.657.66-
YUV77.69124.78101.11-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.05%
GREEN value IS 98 (38.67% from 255) = 46.67%
BLUE value IS 72 (28.52% from 255) = 34.29%
R=19.05%
G=46.67%
B=34.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4098720.5900.270.62153.142.0327.06
Hex2862483B01B3E992a1b
Octal5014211073033762315233
Binary101000110001010010001110110110111111101001100110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286248; }

 p { color: rgb(40,98,72); }

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

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

 a { background-color: rgb(40,98,72); }

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

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

 span { border-color: rgb(40,98,72); }

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