#295330

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

Shades of Parsley #295330

Tints of Parsley #295330

Color information

#295330 (or 0x295330) is unknown color: approx Parsley. HEX triplet: 29, 53 and 30. RGB value is (41,83,48). Sum of RGB (Red+Green+Blue) = 41+83+48=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #295330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295330 is #D6ACCF. Grayscale: #424242. Windows color (decimal): -14068944 or 3167017. OLE color: 3167017.

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

Color convert

RGB418348-
CMYK0.5100.420.67
HSL130º33.87%24.31%-
HSV(B)130º50.6%32.55%-
XYZ4.546.873.88-
YUV66.45117.59109.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.84%
GREEN value IS 83 (32.81% from 255) = 48.26%
BLUE value IS 48 (19.14% from 255) = 27.91%
R=23.84%
G=48.26%
B=27.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4183480.5100.420.6713033.8724.31
Hex2953303302A43822218
Octal5112360630521032024230
Binary1010011010011110000110011010101010000111000001010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295330; }

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

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

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

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

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

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

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

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