#286948

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

Shades of Green Pea #286948

Tints of Green Pea #286948

Color information

#286948 (or 0x286948) is unknown color: approx Green Pea. HEX triplet: 28, 69 and 48. RGB value is (40,105,72). Sum of RGB (Red+Green+Blue) = 40+105+72=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 105 (41.41% from 255 or 48.39% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 105 - color contains mainly: green. Hex color #286948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286948 is #D796B7. Grayscale: #515151. Windows color (decimal): -14128824 or 4745512. OLE color: 4745512.

HSL color Cylindrical-coordinate representation of color #286948: hue angle of 149.54º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #286948 is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB4010572-
CMYK0.6200.310.59
HSL149.54º44.83%28.43%-
HSV(B)149.54º61.9%41.18%-
XYZ7.111.027.88-
YUV81.8122.4798.18-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.43%
GREEN value IS 105 (41.41% from 255) = 48.39%
BLUE value IS 72 (28.52% from 255) = 33.18%
R=18.43%
G=48.39%
B=33.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40105720.6200.310.59149.5444.8328.43
Hex2869483E01F3B962d1c
Octal5015111076037732265534
Binary101000110100110010001111100111111110111001011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286948; }

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

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

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

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

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

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

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

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