#296340

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

Shades of Green Pea #296340

Tints of Green Pea #296340

Color information

#296340 (or 0x296340) is unknown color: approx Green Pea. HEX triplet: 29, 63 and 40. RGB value is (41,99,64). Sum of RGB (Red+Green+Blue) = 41+99+64=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 99 (39.06% from 255 or 48.53% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 99 - color contains mainly: green. Hex color #296340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296340 is #D69CBF. Grayscale: #4D4D4D. Windows color (decimal): -14064832 or 4219689. OLE color: 4219689.

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

Color convert

RGB419964-
CMYK0.5900.350.61
HSL143.79º41.43%27.45%-
HSV(B)143.79º58.59%38.82%-
XYZ6.39.776.4-
YUV77.67120.28101.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.10%
GREEN value IS 99 (39.06% from 255) = 48.53%
BLUE value IS 64 (25.39% from 255) = 31.37%
R=20.10%
G=48.53%
B=31.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4199640.5900.350.61143.7941.4327.45
Hex2963403B0233D90291b
Octal5114310073043752205133
Binary1010011100011100000011101101000111111011001000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296340; }

 p { color: rgb(41,99,64); }

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

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

 a { background-color: rgb(41,99,64); }

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

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

 span { border-color: rgb(41,99,64); }

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