Html Css Color HEX #2D522E Parsley

📋 copy color: '#2D522E'

red 45 ◦ green 82 ◦ blue 46

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

Shades of Parsley #2D522E

Tints of Parsley #2D522E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 47.4%

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

R = 26.01%
G = 47.4%
B = 26.59%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.44

 K value IS 0.68

RGB Variations

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

Color information

#2D522E (or 0x2D522E) is known color: Parsley. HEX triplet: 2D, 52 and 2E. RGB value is (45,82,46). Sum of RGB (Red+Green+Blue) = 45+82+46=173 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.01% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 82 - color contains mainly: green. Hex color #2D522E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D522E is #D2ADD1. Grayscale: #424242. Windows color (decimal): -13807058 or 3035693. OLE color: 3035693.

HSL color Cylindrical-coordinate representation of color #2D522E: hue angle of 121.62º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2D522E is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB 45 82 46 -
CMYK 0.45 0 0.44 0.68
HSL 121.62º 0.29% 0.25% -
HSV(B) 121.62º 0.45% 0.32% -
XYZ 4.59 6.79 3.65 -
YUV 66.83 116.24 112.43 -
System Red Green Blue C M Y K H S L
Decimal 45 82 46 0.45 0 0.44 0.68 121.62 0.29 0.25
Hex 2D 52 2E 2D 0 2C 44 7A 1D 19
Octal 55 122 56 55 0 54 104 172 35 31
Binary 101101 1010010 101110 101101 0 101100 1000100 1111010 11101 11001

Color Harmonies of #2D522E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D522E

Black with #2D522E

Text Example


Text Example

White with #2D522E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,82,46); }

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

background-color css

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

 a { background-color: rgb(45,82,46); }

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

border-color css

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

 span { border-color: rgb(45,82,46); }

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