Html Css Color HEX #2C6134 Parsley

📋 copy color: '#2C6134'

red 44 ◦ green 97 ◦ blue 52

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

Shades of Parsley #2C6134

Tints of Parsley #2C6134

RGB

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

 GREEN value IS 97 (38.28% from 255) = 50.26%

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

R = 22.8%
G = 50.26%
B = 26.94%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#2C6134 (or 0x2C6134) is known color: Parsley. HEX triplet: 2C, 61 and 34. RGB value is (44,97,52). Sum of RGB (Red+Green+Blue) = 44+97+52=193 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.80% from 193); Green value is 97 (38.28% from 255 or 50.26% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 97 - color contains mainly: green. Hex color #2C6134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6134 is #D39ECB. Grayscale: #4C4C4C. Windows color (decimal): -13868748 or 3432748. OLE color: 3432748.

HSL color Cylindrical-coordinate representation of color #2C6134: hue angle of 129.06º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2C6134 is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB 44 97 52 -
CMYK 0.55 0 0.46 0.62
HSL 129.06º 0.38% 0.28% -
HSV(B) 129.06º 0.55% 0.38% -
XYZ 5.93 9.33 4.74 -
YUV 76.02 114.44 105.16 -
System Red Green Blue C M Y K H S L
Decimal 44 97 52 0.55 0 0.46 0.62 129.06 0.38 0.28
Hex 2C 61 34 37 0 2E 3E 81 26 1C
Octal 54 141 64 67 0 56 76 201 46 34
Binary 101100 1100001 110100 110111 0 101110 111110 10000001 100110 11100

Color Harmonies of #2C6134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6134

Black with #2C6134

Text Example


Text Example

White with #2C6134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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