Html Css Color HEX #29532E Parsley

📋 copy color: '#29532E'

red 41 ◦ green 83 ◦ blue 46

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

Shades of Parsley #29532E

Tints of Parsley #29532E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 48.82%

 BLUE value IS 46 (18.36% from 255) = 27.06%

R = 24.12%
G = 48.82%
B = 27.06%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#29532E (or 0x29532E) is known color: Parsley. HEX triplet: 29, 53 and 2E. RGB value is (41,83,46). Sum of RGB (Red+Green+Blue) = 41+83+46=170 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.12% from 170); Green value is 83 (32.81% from 255 or 48.82% from 170); Blue value is 46 (18.36% from 255 or 27.06% from 170); Max value from RGB is 83 - color contains mainly: green. Hex color #29532E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29532E is #D6ACD1. Grayscale: #424242. Windows color (decimal): -14068946 or 3035945. OLE color: 3035945.

HSL color Cylindrical-coordinate representation of color #29532E: hue angle of 127.14º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #29532E is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 83 46 -
CMYK 0.51 0 0.45 0.67
HSL 127.14º 0.34% 0.24% -
HSV(B) 127.14º 0.51% 0.33% -
XYZ 4.5 6.86 3.67 -
YUV 66.22 116.59 110.01 -
System Red Green Blue C M Y K H S L
Decimal 41 83 46 0.51 0 0.45 0.67 127.14 0.34 0.24
Hex 29 53 2E 33 0 2D 43 7F 22 18
Octal 51 123 56 63 0 55 103 177 42 30
Binary 101001 1010011 101110 110011 0 101101 1000011 1111111 100010 11000

Color Harmonies of #29532E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29532E

Black with #29532E

Text Example


Text Example

White with #29532E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29532E; }

 p { color: rgb(41,83,46); }

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

background-color css

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

 a { background-color: rgb(41,83,46); }

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

border-color css

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

 span { border-color: rgb(41,83,46); }

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