Html Css Color HEX #2C512D Parsley

📋 copy color: '#2C512D'

red 44 ◦ green 81 ◦ blue 45

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

Shades of Parsley #2C512D

Tints of Parsley #2C512D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 47.65%

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

R = 25.88%
G = 47.65%
B = 26.47%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.44

 K value IS 0.68

RGB Variations

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

Color information

#2C512D (or 0x2C512D) is known color: Parsley. HEX triplet: 2C, 51 and 2D. RGB value is (44,81,45). Sum of RGB (Red+Green+Blue) = 44+81+45=170 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.88% from 170); Green value is 81 (32.03% from 255 or 47.65% from 170); Blue value is 45 (17.97% from 255 or 26.47% from 170); Max value from RGB is 81 - color contains mainly: green. Hex color #2C512D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C512D is #D3AED2. Grayscale: #414141. Windows color (decimal): -13872851 or 2969900. OLE color: 2969900.

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

Color convert

RGB 44 81 45 -
CMYK 0.46 0 0.44 0.68
HSL 121.62º 0.3% 0.25% -
HSV(B) 121.62º 0.46% 0.32% -
XYZ 4.45 6.61 3.52 -
YUV 65.83 116.24 112.43 -
System Red Green Blue C M Y K H S L
Decimal 44 81 45 0.46 0 0.44 0.68 121.62 0.3 0.25
Hex 2C 51 2D 2E 0 2C 44 7A 1E 19
Octal 54 121 55 56 0 54 104 172 36 31
Binary 101100 1010001 101101 101110 0 101100 1000100 1111010 11110 11001

Color Harmonies of #2C512D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C512D

Black with #2C512D

Text Example


Text Example

White with #2C512D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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