#2C5C34

Color #2C5C34 Parsley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Parsley #2C5C34

Tints of Parsley #2C5C34

Color information

#2C5C34 (or 0x2C5C34) is unknown color: approx Parsley. HEX triplet: 2C, 5C and 34. RGB value is (44,92,52). Sum of RGB (Red+Green+Blue) = 44+92+52=188 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.40% from 188); Green value is 92 (36.33% from 255 or 48.94% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 92 - color contains mainly: green. Hex color #2C5C34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5C34 is #D3A3CB. Grayscale: #494949. Windows color (decimal): -13870028 or 3431468. OLE color: 3431468.

HSL color Cylindrical-coordinate representation of color #2C5C34: hue angle of 130º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2C5C34 is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.64.

Color convert

RGB449252-
CMYK0.5200.430.64
HSL130º35.29%26.67%-
HSV(B)130º52.17%36.08%-
XYZ5.498.444.59-
YUV73.09116.1107.25-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.40%
GREEN value IS 92 (36.33% from 255) = 48.94%
BLUE value IS 52 (20.70% from 255) = 27.66%
R=23.40%
G=48.94%
B=27.66%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4492520.5200.430.6413035.2926.67
Hex2C5C343402B4082231b
Octal5413464640531002024333
Binary1011001011100110100110100010101110000001000001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2C5C34;
 }
 .AnyTagClassName
 {
   color: #2C5C34;
 }
</style>
background-color css

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

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

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

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

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

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