#296048

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

Shades of Green Pea #296048

Tints of Green Pea #296048

Color information

#296048 (or 0x296048) is unknown color: approx Green Pea. HEX triplet: 29, 60 and 48. RGB value is (41,96,72). Sum of RGB (Red+Green+Blue) = 41+96+72=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 96 (37.89% from 255 or 45.93% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 96 - color contains mainly: green. Hex color #296048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296048 is #D69FB7. Grayscale: #4C4C4C. Windows color (decimal): -14065592 or 4743209. OLE color: 4743209.

HSL color Cylindrical-coordinate representation of color #296048: hue angle of 153.82º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #296048 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB419672-
CMYK0.5700.250.62
HSL153.82º40.15%26.86%-
HSV(B)153.82º57.29%37.65%-
XYZ6.279.317.6-
YUV76.82125.28102.45-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.62%
GREEN value IS 96 (37.89% from 255) = 45.93%
BLUE value IS 72 (28.52% from 255) = 34.45%
R=19.62%
G=45.93%
B=34.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4196720.5700.250.62153.8240.1526.86
Hex296048390193E9a281b
Octal5114011071031762325033
Binary101001110000010010001110010110011111101001101010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296048; }

 p { color: rgb(41,96,72); }

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

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

 a { background-color: rgb(41,96,72); }

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

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

 span { border-color: rgb(41,96,72); }

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