#286342

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

Shades of Green Pea #286342

Tints of Green Pea #286342

Color information

#286342 (or 0x286342) is unknown color: approx Green Pea. HEX triplet: 28, 63 and 42. RGB value is (40,99,66). Sum of RGB (Red+Green+Blue) = 40+99+66=205 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.51% from 205); Green value is 99 (39.06% from 255 or 48.29% from 205); Blue value is 66 (26.17% from 255 or 32.20% from 205); Max value from RGB is 99 - color contains mainly: green. Hex color #286342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286342 is #D79CBD. Grayscale: #4D4D4D. Windows color (decimal): -14130366 or 4350760. OLE color: 4350760.

HSL color Cylindrical-coordinate representation of color #286342: hue angle of 146.44º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #286342 is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.61.

Color convert

RGB409966-
CMYK0.6000.330.61
HSL146.44º42.45%27.25%-
HSV(B)146.44º59.6%38.82%-
XYZ6.329.776.71-
YUV77.6121.45101.18-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.51%
GREEN value IS 99 (39.06% from 255) = 48.29%
BLUE value IS 66 (26.17% from 255) = 32.20%
R=19.51%
G=48.29%
B=32.20%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4099660.6000.330.61146.4442.4527.25
Hex2863423C0213D922a1b
Octal5014310274041752225233
Binary1010001100011100001011110001000011111011001001010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286342; }

 p { color: rgb(40,99,66); }

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

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

 a { background-color: rgb(40,99,66); }

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

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

 span { border-color: rgb(40,99,66); }

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