#296135

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

Shades of Parsley #296135

Tints of Parsley #296135

Color information

#296135 (or 0x296135) is unknown color: approx Parsley. HEX triplet: 29, 61 and 35. RGB value is (41,97,53). Sum of RGB (Red+Green+Blue) = 41+97+53=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 97 (38.28% from 255 or 50.79% from 191); Blue value is 53 (21.09% from 255 or 27.75% from 191); Max value from RGB is 97 - color contains mainly: green. Hex color #296135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296135 is #D69ECA. Grayscale: #4B4B4B. Windows color (decimal): -14065355 or 3498281. OLE color: 3498281.

HSL color Cylindrical-coordinate representation of color #296135: hue angle of 132.86º 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 #296135 is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB419753-
CMYK0.5800.450.62
HSL132.86º40.58%27.06%-
HSV(B)132.86º57.73%38.04%-
XYZ5.839.284.85-
YUV75.24115.45103.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.47%
GREEN value IS 97 (38.28% from 255) = 50.79%
BLUE value IS 53 (21.09% from 255) = 27.75%
R=21.47%
G=50.79%
B=27.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4197530.5800.450.62132.8640.5827.06
Hex2961353A02D3E85291b
Octal511416572055762055133
Binary101001110000111010111101001011011111101000010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296135; }

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

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

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

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

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

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

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

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