#295934

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

Shades of Parsley #295934

Tints of Parsley #295934

Color information

#295934 (or 0x295934) is unknown color: approx Parsley. HEX triplet: 29, 59 and 34. RGB value is (41,89,52). Sum of RGB (Red+Green+Blue) = 41+89+52=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 89 (35.16% from 255 or 48.90% from 182); Blue value is 52 (20.70% from 255 or 28.57% from 182); Max value from RGB is 89 - color contains mainly: green. Hex color #295934 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295934 is #D6A6CB. Grayscale: #464646. Windows color (decimal): -14067404 or 3430697. OLE color: 3430697.

HSL color Cylindrical-coordinate representation of color #295934: hue angle of 133.75º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #295934 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.

Color convert

RGB418952-
CMYK0.5400.420.65
HSL133.75º36.92%25.49%-
HSV(B)133.75º53.93%34.9%-
XYZ5.117.864.5-
YUV70.43117.6107.01-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.53%
GREEN value IS 89 (35.16% from 255) = 48.90%
BLUE value IS 52 (20.70% from 255) = 28.57%
R=22.53%
G=48.90%
B=28.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4189520.5400.420.65133.7536.9225.49
Hex2959343602A41862519
Octal5113164660521012064531
Binary1010011011001110100110110010101010000011000011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295934; }

 p { color: rgb(41,89,52); }

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

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

 a { background-color: rgb(41,89,52); }

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

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

 span { border-color: rgb(41,89,52); }

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