Html Css Color HEX #295F31 Parsley

📋 copy color: '#295F31'

red 41 ◦ green 95 ◦ blue 49

#295F31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Parsley #295F31

Tints of Parsley #295F31

RGB

 RED value IS 41 (16.41% from 255) = 22.16%

 GREEN value IS 95 (37.5% from 255) = 51.35%

 BLUE value IS 49 (19.53% from 255) = 26.49%

R = 22.16%
G = 51.35%
B = 26.49%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.48

 K value IS 0.63

RGB Variations

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

Color information

#295F31 (or 0x295F31) is known color: Parsley. HEX triplet: 29, 5F and 31. RGB value is (41,95,49). Sum of RGB (Red+Green+Blue) = 41+95+49=185 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.16% from 185); Green value is 95 (37.5% from 255 or 51.35% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 95 - color contains mainly: green. Hex color #295F31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295F31 is #D6A0CE. Grayscale: #494949. Windows color (decimal): -14065871 or 3235625. OLE color: 3235625.

HSL color Cylindrical-coordinate representation of color #295F31: hue angle of 128.89º 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 #295F31 is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.63.

Color convert

RGB 41 95 49 -
CMYK 0.57 0 0.48 0.63
HSL 128.89º 0.4% 0.27% -
HSV(B) 128.89º 0.57% 0.37% -
XYZ 5.56 8.88 4.33 -
YUV 73.61 114.11 104.74 -
System Red Green Blue C M Y K H S L
Decimal 41 95 49 0.57 0 0.48 0.63 128.89 0.4 0.27
Hex 29 5F 31 39 0 30 3F 81 28 1B
Octal 51 137 61 71 0 60 77 201 50 33
Binary 101001 1011111 110001 111001 0 110000 111111 10000001 101000 11011

Color Harmonies of #295F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295F31

Black with #295F31

Text Example


Text Example

White with #295F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #295F31;
 }
 .AnyTagClassName
 {
   color: #295F31;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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