#296B48

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

Shades of Green Pea #296B48

Tints of Green Pea #296B48

Color information

#296B48 (or 0x296B48) is unknown color: approx Green Pea. HEX triplet: 29, 6B and 48. RGB value is (41,107,72). Sum of RGB (Red+Green+Blue) = 41+107+72=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 107 (42.19% from 255 or 48.64% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 107 - color contains mainly: green. Hex color #296B48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296B48 is #D694B7. Grayscale: #535353. Windows color (decimal): -14062776 or 4746025. OLE color: 4746025.

HSL color Cylindrical-coordinate representation of color #296B48: hue angle of 148.18º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #296B48 is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.58.

Color convert

RGB4110772-
CMYK0.6200.330.58
HSL148.18º44.59%29.02%-
HSV(B)148.18º61.68%41.96%-
XYZ7.3411.457.95-
YUV83.28121.6397.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.64%
GREEN value IS 107 (42.19% from 255) = 48.64%
BLUE value IS 72 (28.52% from 255) = 32.73%
R=18.64%
G=48.64%
B=32.73%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41107720.6200.330.58148.1844.5929.02
Hex296B483E0213A942d1d
Octal5115311076041722245535
Binary1010011101011100100011111001000011110101001010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296B48; }

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

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

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

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

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

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

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

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