Html Css Color HEX #29602E Parsley

📋 copy color: '#29602E'

red 41 ◦ green 96 ◦ blue 46

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

Shades of Parsley #29602E

Tints of Parsley #29602E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 52.46%

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

R = 22.4%
G = 52.46%
B = 25.14%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#29602E (or 0x29602E) is known color: Parsley. HEX triplet: 29, 60 and 2E. RGB value is (41,96,46). Sum of RGB (Red+Green+Blue) = 41+96+46=183 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.40% from 183); Green value is 96 (37.89% from 255 or 52.46% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 96 - color contains mainly: green. Hex color #29602E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29602E is #D69FD1. Grayscale: #4A4A4A. Windows color (decimal): -14065618 or 3039273. OLE color: 3039273.

HSL color Cylindrical-coordinate representation of color #29602E: hue angle of 125.45º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #29602E is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 96 46 -
CMYK 0.57 0 0.52 0.62
HSL 125.45º 0.4% 0.27% -
HSV(B) 125.45º 0.57% 0.38% -
XYZ 5.59 9.03 4.03 -
YUV 73.86 112.28 104.57 -
System Red Green Blue C M Y K H S L
Decimal 41 96 46 0.57 0 0.52 0.62 125.45 0.4 0.27
Hex 29 60 2E 39 0 34 3E 7D 28 1B
Octal 51 140 56 71 0 64 76 175 50 33
Binary 101001 1100000 101110 111001 0 110100 111110 1111101 101000 11011

Color Harmonies of #29602E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29602E

Black with #29602E

Text Example


Text Example

White with #29602E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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