#296542

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

Shades of Green Pea #296542

Tints of Green Pea #296542

Color information

#296542 (or 0x296542) is unknown color: approx Green Pea. HEX triplet: 29, 65 and 42. RGB value is (41,101,66). Sum of RGB (Red+Green+Blue) = 41+101+66=208 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.71% from 208); Green value is 101 (39.84% from 255 or 48.56% from 208); Blue value is 66 (26.17% from 255 or 31.73% from 208); Max value from RGB is 101 - color contains mainly: green. Hex color #296542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296542 is #D69ABD. Grayscale: #4F4F4F. Windows color (decimal): -14064318 or 4351273. OLE color: 4351273.

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

Color convert

RGB4110166-
CMYK0.5900.350.60
HSL145º42.25%27.84%-
HSV(B)145º59.41%39.61%-
XYZ6.5510.176.77-
YUV79.07120.62100.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.71%
GREEN value IS 101 (39.84% from 255) = 48.56%
BLUE value IS 66 (26.17% from 255) = 31.73%
R=19.71%
G=48.56%
B=31.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41101660.5900.350.6014542.2527.84
Hex2965423B0233C912a1c
Octal5114510273043742215234
Binary1010011100101100001011101101000111111001001000110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296542; }

 p { color: rgb(41,101,66); }

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

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

 a { background-color: rgb(41,101,66); }

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

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

 span { border-color: rgb(41,101,66); }

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