Html Css Color HEX #2C5F36 Parsley

📋 copy color: '#2C5F36'

red 44 ◦ green 95 ◦ blue 54

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

Shades of Parsley #2C5F36

Tints of Parsley #2C5F36

RGB

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

 GREEN value IS 95 (37.5% from 255) = 49.22%

 BLUE value IS 54 (21.48% from 255) = 27.98%

R = 22.8%
G = 49.22%
B = 27.98%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.43

 K value IS 0.63

RGB Variations

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

Color information

#2C5F36 (or 0x2C5F36) is known color: Parsley. HEX triplet: 2C, 5F and 36. RGB value is (44,95,54). Sum of RGB (Red+Green+Blue) = 44+95+54=193 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.80% from 193); Green value is 95 (37.5% from 255 or 49.22% from 193); Blue value is 54 (21.48% from 255 or 27.98% from 193); Max value from RGB is 95 - color contains mainly: green. Hex color #2C5F36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5F36 is #D3A0C9. Grayscale: #4B4B4B. Windows color (decimal): -13869258 or 3563308. OLE color: 3563308.

HSL color Cylindrical-coordinate representation of color #2C5F36: hue angle of 131.76º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2C5F36 is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.63.

Color convert

RGB 44 95 54 -
CMYK 0.54 0 0.43 0.63
HSL 131.76º 0.37% 0.27% -
HSV(B) 131.76º 0.54% 0.37% -
XYZ 5.8 8.99 4.92 -
YUV 75.08 116.1 105.83 -
System Red Green Blue C M Y K H S L
Decimal 44 95 54 0.54 0 0.43 0.63 131.76 0.37 0.27
Hex 2C 5F 36 36 0 2B 3F 84 25 1B
Octal 54 137 66 66 0 53 77 204 45 33
Binary 101100 1011111 110110 110110 0 101011 111111 10000100 100101 11011

Color Harmonies of #2C5F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5F36

Black with #2C5F36

Text Example


Text Example

White with #2C5F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,95,54); }

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

background-color css

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

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

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

border-color css

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

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

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