Html Css Color HEX #2C512C Parsley

📋 copy color: '#2C512C'

red 44 ◦ green 81 ◦ blue 44

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

Shades of Parsley #2C512C

Tints of Parsley #2C512C

RGB

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

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

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

R = 26.04%
G = 47.93%
B = 26.04%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.46

 K value IS 0.68

RGB Variations

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

Color information

#2C512C (or 0x2C512C) is known color: Parsley. HEX triplet: 2C, 51 and 2C. RGB value is (44,81,44). Sum of RGB (Red+Green+Blue) = 44+81+44=169 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.04% from 169); Green value is 81 (32.03% from 255 or 47.93% from 169); Blue value is 44 (17.58% from 255 or 26.04% from 169); Max value from RGB is 81 - color contains mainly: green. Hex color #2C512C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C512C is #D3AED3. Grayscale: #414141. Windows color (decimal): -13872852 or 2904364. OLE color: 2904364.

HSL color Cylindrical-coordinate representation of color #2C512C: hue angle of 120º 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 #2C512C is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB 44 81 44 -
CMYK 0.46 0 0.46 0.68
HSL 120º 0.3% 0.25% -
HSV(B) 120º 0.46% 0.32% -
XYZ 4.44 6.6 3.42 -
YUV 65.72 115.74 112.51 -
System Red Green Blue C M Y K H S L
Decimal 44 81 44 0.46 0 0.46 0.68 120 0.3 0.25
Hex 2C 51 2C 2E 0 2E 44 78 1E 19
Octal 54 121 54 56 0 56 104 170 36 31
Binary 101100 1010001 101100 101110 0 101110 1000100 1111000 11110 11001

Color Harmonies of #2C512C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C512C

Black with #2C512C

Text Example


Text Example

White with #2C512C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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