#295530

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

Shades of Parsley #295530

Tints of Parsley #295530

Color information

#295530 (or 0x295530) is unknown color: approx Parsley. HEX triplet: 29, 55 and 30. RGB value is (41,85,48). Sum of RGB (Red+Green+Blue) = 41+85+48=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #295530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295530 is #D6AACF. Grayscale: #434343. Windows color (decimal): -14068432 or 3167529. OLE color: 3167529.

HSL color Cylindrical-coordinate representation of color #295530: hue angle of 129.55º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #295530 is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB418548-
CMYK0.5200.440.67
HSL129.55º34.92%24.71%-
HSV(B)129.55º51.76%33.33%-
XYZ4.77.183.94-
YUV67.63116.92109.01-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.56%
GREEN value IS 85 (33.59% from 255) = 48.85%
BLUE value IS 48 (19.14% from 255) = 27.59%
R=23.56%
G=48.85%
B=27.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4185480.5200.440.67129.5534.9224.71
Hex2955303402C43822319
Octal5112560640541032024331
Binary1010011010101110000110100010110010000111000001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295530; }

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

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

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

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

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

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

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

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