#295430

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

Shades of Parsley #295430

Tints of Parsley #295430

Color information

#295430 (or 0x295430) is unknown color: approx Parsley. HEX triplet: 29, 54 and 30. RGB value is (41,84,48). Sum of RGB (Red+Green+Blue) = 41+84+48=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #295430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295430 is #D6ABCF. Grayscale: #434343. Windows color (decimal): -14068688 or 3167273. OLE color: 3167273.

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

Color convert

RGB418448-
CMYK0.5100.430.67
HSL129.77º34.4%24.51%-
HSV(B)129.77º51.19%32.94%-
XYZ4.627.033.91-
YUV67.04117.25109.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.70%
GREEN value IS 84 (33.20% from 255) = 48.55%
BLUE value IS 48 (19.14% from 255) = 27.75%
R=23.70%
G=48.55%
B=27.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4184480.5100.430.67129.7734.424.51
Hex2954303302B43822219
Octal5112460630531032024231
Binary1010011010100110000110011010101110000111000001010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295430; }

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

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

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

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

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

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

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

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