Html Css Color HEX #2D552A Parsley

📋 copy color: '#2D552A'

red 45 ◦ green 85 ◦ blue 42

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

Shades of Parsley #2D552A

Tints of Parsley #2D552A

RGB

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

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

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

R = 26.16%
G = 49.42%
B = 24.42%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#2D552A (or 0x2D552A) is known color: Parsley. HEX triplet: 2D, 55 and 2A. RGB value is (45,85,42). Sum of RGB (Red+Green+Blue) = 45+85+42=172 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.16% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #2D552A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D552A is #D2AAD5. Grayscale: #444444. Windows color (decimal): -13806294 or 2774317. OLE color: 2774317.

HSL color Cylindrical-coordinate representation of color #2D552A: hue angle of 115.81º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2D552A is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 45 85 42 -
CMYK 0.47 0 0.51 0.67
HSL 115.81º 0.34% 0.25% -
HSV(B) 115.81º 0.51% 0.33% -
XYZ 4.75 7.22 3.33 -
YUV 68.14 113.25 111.5 -
System Red Green Blue C M Y K H S L
Decimal 45 85 42 0.47 0 0.51 0.67 115.81 0.34 0.25
Hex 2D 55 2A 2F 0 33 43 74 22 19
Octal 55 125 52 57 0 63 103 164 42 31
Binary 101101 1010101 101010 101111 0 110011 1000011 1110100 100010 11001

Color Harmonies of #2D552A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D552A

Black with #2D552A

Text Example


Text Example

White with #2D552A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,85,42); }

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

background-color css

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

 a { background-color: rgb(45,85,42); }

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

border-color css

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

 span { border-color: rgb(45,85,42); }

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