#296448

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

Shades of Green Pea #296448

Tints of Green Pea #296448

Color information

#296448 (or 0x296448) is unknown color: approx Green Pea. HEX triplet: 29, 64 and 48. RGB value is (41,100,72). Sum of RGB (Red+Green+Blue) = 41+100+72=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 100 (39.45% from 255 or 46.95% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 100 - color contains mainly: green. Hex color #296448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296448 is #D69BB7. Grayscale: #4F4F4F. Windows color (decimal): -14064568 or 4744233. OLE color: 4744233.

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

Color convert

RGB4110072-
CMYK0.5900.280.61
HSL151.53º41.84%27.65%-
HSV(B)151.53º59%39.22%-
XYZ6.6410.057.72-
YUV79.17123.95100.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.25%
GREEN value IS 100 (39.45% from 255) = 46.95%
BLUE value IS 72 (28.52% from 255) = 33.80%
R=19.25%
G=46.95%
B=33.80%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal41100720.5900.280.61151.5341.8427.65
Hex2964483B01C3D982a1c
Octal5114411073034752305234
Binary101001110010010010001110110111001111011001100010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296448; }

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

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

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

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

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

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

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

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