#296635

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

Shades of Parsley #296635

Tints of Parsley #296635

Color information

#296635 (or 0x296635) is unknown color: approx Parsley. HEX triplet: 29, 66 and 35. RGB value is (41,102,53). Sum of RGB (Red+Green+Blue) = 41+102+53=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 102 (40.23% from 255 or 52.04% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 102 - color contains mainly: green. Hex color #296635 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296635 is #D699CA. Grayscale: #4E4E4E. Windows color (decimal): -14064075 or 3499561. OLE color: 3499561.

HSL color Cylindrical-coordinate representation of color #296635: hue angle of 131.8º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #296635 is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.6.

Color convert

RGB4110253-
CMYK0.6000.480.6
HSL131.8º42.66%28.04%-
HSV(B)131.8º59.8%40%-
XYZ6.3110.235.01-
YUV78.18113.79101.48-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.92%
GREEN value IS 102 (40.23% from 255) = 52.04%
BLUE value IS 53 (21.09% from 255) = 27.04%
R=20.92%
G=52.04%
B=27.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal41102530.6000.480.6131.842.6628.04
Hex2966353C0303C842b1c
Octal511466574060742045334
Binary101001110011011010111110001100001111001000010010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296635; }

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

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

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

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

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

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

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

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