Html Css Color HEX #29552B Parsley

📋 copy color: '#29552B'

red 41 ◦ green 85 ◦ blue 43

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

Shades of Parsley #29552B

Tints of Parsley #29552B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 25.44%

R = 24.26%
G = 50.3%
B = 25.44%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#29552B (or 0x29552B) is known color: Parsley. HEX triplet: 29, 55 and 2B. RGB value is (41,85,43). Sum of RGB (Red+Green+Blue) = 41+85+43=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #29552B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29552B is #D6AAD4. Grayscale: #434343. Windows color (decimal): -14068437 or 2839849. OLE color: 2839849.

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

Color convert

RGB 41 85 43 -
CMYK 0.52 0 0.49 0.67
HSL 122.73º 0.35% 0.25% -
HSV(B) 122.73º 0.52% 0.33% -
XYZ 4.6 7.14 3.42 -
YUV 67.06 114.42 109.42 -
System Red Green Blue C M Y K H S L
Decimal 41 85 43 0.52 0 0.49 0.67 122.73 0.35 0.25
Hex 29 55 2B 34 0 31 43 7B 23 19
Octal 51 125 53 64 0 61 103 173 43 31
Binary 101001 1010101 101011 110100 0 110001 1000011 1111011 100011 11001

Color Harmonies of #29552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29552B

Black with #29552B

Text Example


Text Example

White with #29552B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29552B; }

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

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

background-color css

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

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

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

border-color css

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

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

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