#295F2F

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

Shades of Parsley #295F2F

Tints of Parsley #295F2F

Color information

#295F2F (or 0x295F2F) is unknown color: approx Parsley. HEX triplet: 29, 5F and 2F. RGB value is (41,95,47). Sum of RGB (Red+Green+Blue) = 41+95+47=183 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.40% from 183); Green value is 95 (37.5% from 255 or 51.91% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 95 - color contains mainly: green. Hex color #295F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295F2F is #D6A0D0. Grayscale: #494949. Windows color (decimal): -14065873 or 3104553. OLE color: 3104553.

HSL color Cylindrical-coordinate representation of color #295F2F: hue angle of 126.67º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #295F2F is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.63.

Color convert

RGB419547-
CMYK0.5700.510.63
HSL126.67º39.71%26.67%-
HSV(B)126.67º56.84%37.25%-
XYZ5.528.864.11-
YUV73.38113.11104.9-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.40%
GREEN value IS 95 (37.5% from 255) = 51.91%
BLUE value IS 47 (18.75% from 255) = 25.68%
R=22.40%
G=51.91%
B=25.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4195470.5700.510.63126.6739.7126.67
Hex295F2F390333F7f281b
Octal511375771063771775033
Binary10100110111111011111110010110011111111111111110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,95,47); }

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

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

 a { background-color: rgb(41,95,47); }

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

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

 span { border-color: rgb(41,95,47); }

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