#296148

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

Shades of Green Pea #296148

Tints of Green Pea #296148

Color information

#296148 (or 0x296148) is unknown color: approx Green Pea. HEX triplet: 29, 61 and 48. RGB value is (41,97,72). Sum of RGB (Red+Green+Blue) = 41+97+72=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 97 (38.28% from 255 or 46.19% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 97 - color contains mainly: green. Hex color #296148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296148 is #D69EB7. Grayscale: #4D4D4D. Windows color (decimal): -14065336 or 4743465. OLE color: 4743465.

HSL color Cylindrical-coordinate representation of color #296148: hue angle of 153.21º 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 #296148 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB419772-
CMYK0.5800.260.62
HSL153.21º40.58%27.06%-
HSV(B)153.21º57.73%38.04%-
XYZ6.369.497.63-
YUV77.41124.95102.03-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.52%
GREEN value IS 97 (38.28% from 255) = 46.19%
BLUE value IS 72 (28.52% from 255) = 34.29%
R=19.52%
G=46.19%
B=34.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4197720.5800.260.62153.2140.5827.06
Hex2961483A01A3E99291b
Octal5114111072032762315133
Binary101001110000110010001110100110101111101001100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296148; }

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

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

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

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

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

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

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

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