Html Css Color HEX #29592A Parsley

📋 copy color: '#29592A'

red 41 ◦ green 89 ◦ blue 42

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

Shades of Parsley #29592A

Tints of Parsley #29592A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 51.74%

 BLUE value IS 42 (16.8% from 255) = 24.42%

R = 23.84%
G = 51.74%
B = 24.42%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#29592A (or 0x29592A) is known color: Parsley. HEX triplet: 29, 59 and 2A. RGB value is (41,89,42). Sum of RGB (Red+Green+Blue) = 41+89+42=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 89 (35.16% from 255 or 51.74% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 89 - color contains mainly: green. Hex color #29592A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29592A is #D6A6D5. Grayscale: #454545. Windows color (decimal): -14067414 or 2775337. OLE color: 2775337.

HSL color Cylindrical-coordinate representation of color #29592A: hue angle of 121.25º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #29592A is Cyan = 0.54, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 89 42 -
CMYK 0.54 0 0.53 0.65
HSL 121.25º 0.37% 0.25% -
HSV(B) 121.25º 0.54% 0.35% -
XYZ 4.9 7.78 3.43 -
YUV 69.29 112.6 107.82 -
System Red Green Blue C M Y K H S L
Decimal 41 89 42 0.54 0 0.53 0.65 121.25 0.37 0.25
Hex 29 59 2A 36 0 35 41 79 25 19
Octal 51 131 52 66 0 65 101 171 45 31
Binary 101001 1011001 101010 110110 0 110101 1000001 1111001 100101 11001

Color Harmonies of #29592A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29592A

Black with #29592A

Text Example


Text Example

White with #29592A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29592A; }

 p { color: rgb(41,89,42); }

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

background-color css

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

 a { background-color: rgb(41,89,42); }

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

border-color css

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

 span { border-color: rgb(41,89,42); }

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