#295C2C

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

Shades of Parsley #295C2C

Tints of Parsley #295C2C

Color information

#295C2C (or 0x295C2C) is unknown color: approx Parsley. HEX triplet: 29, 5C and 2C. RGB value is (41,92,44). Sum of RGB (Red+Green+Blue) = 41+92+44=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 92 (36.33% from 255 or 51.98% from 177); Blue value is 44 (17.58% from 255 or 24.86% from 177); Max value from RGB is 92 - color contains mainly: green. Hex color #295C2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295C2C is #D6A3D3. Grayscale: #474747. Windows color (decimal): -14066644 or 2907177. OLE color: 2907177.

HSL color Cylindrical-coordinate representation of color #295C2C: hue angle of 123.53º 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 #295C2C is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.

Color convert

RGB419244-
CMYK0.5500.520.64
HSL123.53º38.35%26.08%-
HSV(B)123.53º55.43%36.08%-
XYZ5.28.313.71-
YUV71.28112.6106.4-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.16%
GREEN value IS 92 (36.33% from 255) = 51.98%
BLUE value IS 44 (17.58% from 255) = 24.86%
R=23.16%
G=51.98%
B=24.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4192440.5500.520.64123.5338.3526.08
Hex295C2C37034407c261a
Octal5113454670641001744632
Binary101001101110010110011011101101001000000111110010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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