#296130

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

Shades of Parsley #296130

Tints of Parsley #296130

Color information

#296130 (or 0x296130) is unknown color: approx Parsley. HEX triplet: 29, 61 and 30. RGB value is (41,97,48). Sum of RGB (Red+Green+Blue) = 41+97+48=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 97 (38.28% from 255 or 52.15% from 186); Blue value is 48 (19.14% from 255 or 25.81% from 186); Max value from RGB is 97 - color contains mainly: green. Hex color #296130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296130 is #D69ECF. Grayscale: #4A4A4A. Windows color (decimal): -14065360 or 3170601. OLE color: 3170601.

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

Color convert

RGB419748-
CMYK0.5800.510.62
HSL127.5º40.58%27.06%-
HSV(B)127.5º57.73%38.04%-
XYZ5.729.234.28-
YUV74.67112.95103.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.04%
GREEN value IS 97 (38.28% from 255) = 52.15%
BLUE value IS 48 (19.14% from 255) = 25.81%
R=22.04%
G=52.15%
B=25.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4197480.5800.510.62127.540.5827.06
Hex2961303A0333E80291b
Octal511416072063762005133
Binary101001110000111000011101001100111111101000000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296130; }

 p { color: rgb(41,97,48); }

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

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

 a { background-color: rgb(41,97,48); }

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

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

 span { border-color: rgb(41,97,48); }

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