#296948

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

Shades of Green Pea #296948

Tints of Green Pea #296948

Color information

#296948 (or 0x296948) is unknown color: approx Green Pea. HEX triplet: 29, 69 and 48. RGB value is (41,105,72). Sum of RGB (Red+Green+Blue) = 41+105+72=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 105 (41.41% from 255 or 48.17% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 105 - color contains mainly: green. Hex color #296948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296948 is #D696B7. Grayscale: #525252. Windows color (decimal): -14063288 or 4745513. OLE color: 4745513.

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

Color convert

RGB4110572-
CMYK0.6100.310.59
HSL149.06º43.84%28.63%-
HSV(B)149.06º60.95%41.18%-
XYZ7.1411.047.89-
YUV82.1122.398.68-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.81%
GREEN value IS 105 (41.41% from 255) = 48.17%
BLUE value IS 72 (28.52% from 255) = 33.03%
R=18.81%
G=48.17%
B=33.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41105720.6100.310.59149.0643.8428.63
Hex2969483D01F3B952c1d
Octal5115111075037732255435
Binary101001110100110010001111010111111110111001010110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296948; }

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

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

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

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

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

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

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

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