#286245

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

Shades of Green Pea #286245

Tints of Green Pea #286245

Color information

#286245 (or 0x286245) is unknown color: approx Green Pea. HEX triplet: 28, 62 and 45. RGB value is (40,98,69). Sum of RGB (Red+Green+Blue) = 40+98+69=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 98 (38.67% from 255 or 47.34% from 207); Blue value is 69 (27.34% from 255 or 33.33% from 207); Max value from RGB is 98 - color contains mainly: green. Hex color #286245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286245 is #D79DBA. Grayscale: #4D4D4D. Windows color (decimal): -14130619 or 4547112. OLE color: 4547112.

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

Color convert

RGB409869-
CMYK0.5900.300.62
HSL150º42.03%27.06%-
HSV(B)150º59.18%38.43%-
XYZ6.329.627.15-
YUV77.35123.28101.36-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.32%
GREEN value IS 98 (38.67% from 255) = 47.34%
BLUE value IS 69 (27.34% from 255) = 33.33%
R=19.32%
G=47.34%
B=33.33%

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
Decimal4098690.5900.300.6215042.0327.06
Hex2862453B01E3E962a1b
Octal5014210573036762265233
Binary101000110001010001011110110111101111101001011010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286245; }

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

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

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

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

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

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

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

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