#295C30

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

Shades of Parsley #295C30

Tints of Parsley #295C30

Color information

#295C30 (or 0x295C30) is unknown color: approx Parsley. HEX triplet: 29, 5C and 30. RGB value is (41,92,48). Sum of RGB (Red+Green+Blue) = 41+92+48=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 92 (36.33% from 255 or 50.83% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 92 - color contains mainly: green. Hex color #295C30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295C30 is #D6A3CF. Grayscale: #474747. Windows color (decimal): -14066640 or 3169321. OLE color: 3169321.

HSL color Cylindrical-coordinate representation of color #295C30: hue angle of 128.24º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #295C30 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB419248-
CMYK0.5500.480.64
HSL128.24º38.35%26.08%-
HSV(B)128.24º55.43%36.08%-
XYZ5.288.344.13-
YUV71.74114.6106.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.65%
GREEN value IS 92 (36.33% from 255) = 50.83%
BLUE value IS 48 (19.14% from 255) = 26.52%
R=22.65%
G=50.83%
B=26.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4192480.5500.480.64128.2438.3526.08
Hex295C30370304080261a
Octal5113460670601002004632
Binary1010011011100110000110111011000010000001000000010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295C30; }

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

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

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

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

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

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

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

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