Html Css Color HEX #2C552D Parsley

📋 copy color: '#2C552D'

red 44 ◦ green 85 ◦ blue 45

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

Shades of Parsley #2C552D

Tints of Parsley #2C552D

RGB

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

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

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

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

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #2C552D: hue angle of 121.46º 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 #2C552D is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 44 85 45 -
CMYK 0.48 0 0.47 0.67
HSL 121.46º 0.32% 0.25% -
HSV(B) 121.46º 0.48% 0.33% -
XYZ 4.76 7.22 3.63 -
YUV 68.18 114.92 110.75 -
System Red Green Blue C M Y K H S L
Decimal 44 85 45 0.48 0 0.47 0.67 121.46 0.32 0.25
Hex 2C 55 2D 30 0 2F 43 79 20 19
Octal 54 125 55 60 0 57 103 171 40 31
Binary 101100 1010101 101101 110000 0 101111 1000011 1111001 100000 11001

Color Harmonies of #2C552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C552D

Black with #2C552D

Text Example


Text Example

White with #2C552D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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