Html Css Color HEX #2D5F29 Parsley

📋 copy color: '#2D5F29'

red 45 ◦ green 95 ◦ blue 41

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

Shades of Parsley #2D5F29

Tints of Parsley #2D5F29

RGB

 RED value IS 45 (17.97% from 255) = 24.86%

 GREEN value IS 95 (37.5% from 255) = 52.49%

 BLUE value IS 41 (16.41% from 255) = 22.65%

R = 24.86%
G = 52.49%
B = 22.65%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.57

 K value IS 0.63

RGB Variations

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

Color information

#2D5F29 (or 0x2D5F29) is known color: Parsley. HEX triplet: 2D, 5F and 29. RGB value is (45,95,41). Sum of RGB (Red+Green+Blue) = 45+95+41=181 (23% of max value = 765). Red value is 45 (17.97% from 255 or 24.86% from 181); Green value is 95 (37.5% from 255 or 52.49% from 181); Blue value is 41 (16.41% from 255 or 22.65% from 181); Max value from RGB is 95 - color contains mainly: green. Hex color #2D5F29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5F29 is #D2A0D6. Grayscale: #4A4A4A. Windows color (decimal): -13803735 or 2711341. OLE color: 2711341.

HSL color Cylindrical-coordinate representation of color #2D5F29: hue angle of 115.56º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2D5F29 is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.63.

Color convert

RGB 45 95 41 -
CMYK 0.53 0 0.57 0.63
HSL 115.56º 0.4% 0.27% -
HSV(B) 115.56º 0.57% 0.37% -
XYZ 5.57 8.9 3.52 -
YUV 73.89 109.44 107.39 -
System Red Green Blue C M Y K H S L
Decimal 45 95 41 0.53 0 0.57 0.63 115.56 0.4 0.27
Hex 2D 5F 29 35 0 39 3F 74 28 1B
Octal 55 137 51 65 0 71 77 164 50 33
Binary 101101 1011111 101001 110101 0 111001 111111 1110100 101000 11011

Color Harmonies of #2D5F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5F29

Black with #2D5F29

Text Example


Text Example

White with #2D5F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D5F29; }

 p { color: rgb(45,95,41); }

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

background-color css

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

 a { background-color: rgb(45,95,41); }

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

border-color css

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

 span { border-color: rgb(45,95,41); }

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