Html Css Color HEX #2C5534 Parsley

📋 copy color: '#2C5534'

red 44 ◦ green 85 ◦ blue 52

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

Shades of Parsley #2C5534

Tints of Parsley #2C5534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 28.73%

R = 24.31%
G = 46.96%
B = 28.73%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#2C5534 (or 0x2C5534) is known color: Parsley. HEX triplet: 2C, 55 and 34. RGB value is (44,85,52). Sum of RGB (Red+Green+Blue) = 44+85+52=181 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.31% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 52 (20.70% from 255 or 28.73% from 181); Max value from RGB is 85 - color contains mainly: green. Hex color #2C5534 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5534 is #D3AACB. Grayscale: #454545. Windows color (decimal): -13871820 or 3429676. OLE color: 3429676.

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

Color convert

RGB 44 85 52 -
CMYK 0.48 0 0.39 0.67
HSL 131.71º 0.32% 0.25% -
HSV(B) 131.71º 0.48% 0.33% -
XYZ 4.91 7.28 4.4 -
YUV 68.98 118.42 110.18 -
System Red Green Blue C M Y K H S L
Decimal 44 85 52 0.48 0 0.39 0.67 131.71 0.32 0.25
Hex 2C 55 34 30 0 27 43 84 20 19
Octal 54 125 64 60 0 47 103 204 40 31
Binary 101100 1010101 110100 110000 0 100111 1000011 10000100 100000 11001

Color Harmonies of #2C5534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5534

Black with #2C5534

Text Example


Text Example

White with #2C5534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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