Html Css Color HEX #295528 Parsley

📋 copy color: '#295528'

red 41 ◦ green 85 ◦ blue 40

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

Shades of Parsley #295528

Tints of Parsley #295528

RGB

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

 GREEN value IS 85 (33.59% from 255) = 51.2%

 BLUE value IS 40 (16.02% from 255) = 24.1%

R = 24.7%
G = 51.2%
B = 24.1%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#295528 (or 0x295528) is known color: Parsley. HEX triplet: 29, 55 and 28. RGB value is (41,85,40). Sum of RGB (Red+Green+Blue) = 41+85+40=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 40 (16.02% from 255 or 24.10% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #295528 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295528 is #D6AAD7. Grayscale: #424242. Windows color (decimal): -14068440 or 2643241. OLE color: 2643241.

HSL color Cylindrical-coordinate representation of color #295528: hue angle of 118.67º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #295528 is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 85 40 -
CMYK 0.52 0 0.53 0.67
HSL 118.67º 0.36% 0.25% -
HSV(B) 118.67º 0.53% 0.33% -
XYZ 4.55 7.12 3.14 -
YUV 66.71 112.92 109.66 -
System Red Green Blue C M Y K H S L
Decimal 41 85 40 0.52 0 0.53 0.67 118.67 0.36 0.25
Hex 29 55 28 34 0 35 43 77 24 19
Octal 51 125 50 64 0 65 103 167 44 31
Binary 101001 1010101 101000 110100 0 110101 1000011 1110111 100100 11001

Color Harmonies of #295528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295528

Black with #295528

Text Example


Text Example

White with #295528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295528; }

 p { color: rgb(41,85,40); }

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

background-color css

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

 a { background-color: rgb(41,85,40); }

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

border-color css

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

 span { border-color: rgb(41,85,40); }

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