#296C4D

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

Shades of Green Pea #296C4D

Tints of Green Pea #296C4D

Color information

#296C4D (or 0x296C4D) is unknown color: approx Green Pea. HEX triplet: 29, 6C and 4D. RGB value is (41,108,77). Sum of RGB (Red+Green+Blue) = 41+108+77=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 108 (42.58% from 255 or 47.79% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 108 - color contains mainly: green. Hex color #296C4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296C4D is #D693B2. Grayscale: #545454. Windows color (decimal): -14062515 or 5073961. OLE color: 5073961.

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

Color convert

RGB4110877-
CMYK0.6200.290.58
HSL152.24º44.97%29.22%-
HSV(B)152.24º62.04%42.35%-
XYZ7.6211.738.88-
YUV84.43123.897.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.14%
GREEN value IS 108 (42.58% from 255) = 47.79%
BLUE value IS 77 (30.47% from 255) = 34.07%
R=18.14%
G=47.79%
B=34.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41108770.6200.290.58152.2444.9729.22
Hex296C4D3E01D3A982d1d
Octal5115411576035722305535
Binary101001110110010011011111100111011110101001100010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,108,77); }

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

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

 a { background-color: rgb(41,108,77); }

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

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

 span { border-color: rgb(41,108,77); }

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