Html Css Color HEX #2D552C Parsley

📋 copy color: '#2D552C'

red 45 ◦ green 85 ◦ blue 44

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

Shades of Parsley #2D552C

Tints of Parsley #2D552C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 25.29%

R = 25.86%
G = 48.85%
B = 25.29%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#2D552C (or 0x2D552C) is known color: Parsley. HEX triplet: 2D, 55 and 2C. RGB value is (45,85,44). Sum of RGB (Red+Green+Blue) = 45+85+44=174 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.86% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #2D552C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D552C is #D2AAD3. Grayscale: #444444. Windows color (decimal): -13806292 or 2905389. OLE color: 2905389.

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

Color convert

RGB 45 85 44 -
CMYK 0.47 0 0.48 0.67
HSL 118.54º 0.32% 0.25% -
HSV(B) 118.54º 0.48% 0.33% -
XYZ 4.79 7.24 3.53 -
YUV 68.37 114.25 111.33 -
System Red Green Blue C M Y K H S L
Decimal 45 85 44 0.47 0 0.48 0.67 118.54 0.32 0.25
Hex 2D 55 2C 2F 0 30 43 77 20 19
Octal 55 125 54 57 0 60 103 167 40 31
Binary 101101 1010101 101100 101111 0 110000 1000011 1110111 100000 11001

Color Harmonies of #2D552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D552C

Black with #2D552C

Text Example


Text Example

White with #2D552C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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