#296248

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

Shades of Green Pea #296248

Tints of Green Pea #296248

Color information

#296248 (or 0x296248) is unknown color: approx Green Pea. HEX triplet: 29, 62 and 48. RGB value is (41,98,72). Sum of RGB (Red+Green+Blue) = 41+98+72=211 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.43% from 211); Green value is 98 (38.67% from 255 or 46.45% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 98 - color contains mainly: green. Hex color #296248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296248 is #D69DB7. Grayscale: #4E4E4E. Windows color (decimal): -14065080 or 4743721. OLE color: 4743721.

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

Color convert

RGB419872-
CMYK0.5800.270.62
HSL152.63º41.01%27.25%-
HSV(B)152.63º58.16%38.43%-
XYZ6.459.677.66-
YUV77.99124.62101.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.43%
GREEN value IS 98 (38.67% from 255) = 46.45%
BLUE value IS 72 (28.52% from 255) = 34.12%
R=19.43%
G=46.45%
B=34.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4198720.5800.270.62152.6341.0127.25
Hex2962483A01B3E99291b
Octal5114211072033762315133
Binary101001110001010010001110100110111111101001100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296248; }

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

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

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

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

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

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

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

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