#295930

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

Shades of Parsley #295930

Tints of Parsley #295930

Color information

#295930 (or 0x295930) is unknown color: approx Parsley. HEX triplet: 29, 59 and 30. RGB value is (41,89,48). Sum of RGB (Red+Green+Blue) = 41+89+48=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 89 (35.16% from 255 or 50% from 178); Blue value is 48 (19.14% from 255 or 26.97% from 178); Max value from RGB is 89 - color contains mainly: green. Hex color #295930 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295930 is #D6A6CF. Grayscale: #464646. Windows color (decimal): -14067408 or 3168553. OLE color: 3168553.

HSL color Cylindrical-coordinate representation of color #295930: hue angle of 128.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 #295930 is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB418948-
CMYK0.5400.460.65
HSL128.75º36.92%25.49%-
HSV(B)128.75º53.93%34.9%-
XYZ5.027.834.04-
YUV69.97115.6107.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.03%
GREEN value IS 89 (35.16% from 255) = 50%
BLUE value IS 48 (19.14% from 255) = 26.97%
R=23.03%
G=50%
B=26.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4189480.5400.460.65128.7536.9225.49
Hex2959303602E41812519
Octal5113160660561012014531
Binary1010011011001110000110110010111010000011000000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295930; }

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

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

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

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

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

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

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

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