#296043

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

Shades of Green Pea #296043

Tints of Green Pea #296043

Color information

#296043 (or 0x296043) is unknown color: approx Green Pea. HEX triplet: 29, 60 and 43. RGB value is (41,96,67). Sum of RGB (Red+Green+Blue) = 41+96+67=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 67 (26.56% from 255 or 32.84% from 204); Max value from RGB is 96 - color contains mainly: green. Hex color #296043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296043 is #D69FBC. Grayscale: #4C4C4C. Windows color (decimal): -14065597 or 4415529. OLE color: 4415529.

HSL color Cylindrical-coordinate representation of color #296043: hue angle of 148.36º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #296043 is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB419667-
CMYK0.5700.300.62
HSL148.36º40.15%26.86%-
HSV(B)148.36º57.29%37.65%-
XYZ6.119.246.77-
YUV76.25122.78102.86-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.10%
GREEN value IS 96 (37.89% from 255) = 47.06%
BLUE value IS 67 (26.56% from 255) = 32.84%
R=20.10%
G=47.06%
B=32.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4196670.5700.300.62148.3640.1526.86
Hex2960433901E3E94281b
Octal5114010371036762245033
Binary101001110000010000111110010111101111101001010010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296043; }

 p { color: rgb(41,96,67); }

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

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

 a { background-color: rgb(41,96,67); }

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

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

 span { border-color: rgb(41,96,67); }

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