#286341

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

Shades of Green Pea #286341

Tints of Green Pea #286341

Color information

#286341 (or 0x286341) is unknown color: approx Green Pea. HEX triplet: 28, 63 and 41. RGB value is (40,99,65). Sum of RGB (Red+Green+Blue) = 40+99+65=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 99 (39.06% from 255 or 48.53% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 99 - color contains mainly: green. Hex color #286341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286341 is #D79CBE. Grayscale: #4D4D4D. Windows color (decimal): -14130367 or 4285224. OLE color: 4285224.

HSL color Cylindrical-coordinate representation of color #286341: hue angle of 145.42º 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 #286341 is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.61.

Color convert

RGB409965-
CMYK0.6000.340.61
HSL145.42º42.45%27.25%-
HSV(B)145.42º59.6%38.82%-
XYZ6.299.766.55-
YUV77.48120.95101.26-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.61%
GREEN value IS 99 (39.06% from 255) = 48.53%
BLUE value IS 65 (25.78% from 255) = 31.86%
R=19.61%
G=48.53%
B=31.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4099650.6000.340.61145.4242.4527.25
Hex2863413C0223D912a1b
Octal5014310174042752215233
Binary1010001100011100000111110001000101111011001000110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286341; }

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

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

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

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

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

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

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

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