#2C602A

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

Shades of Parsley #2C602A

Tints of Parsley #2C602A

Color information

#2C602A (or 0x2C602A) is unknown color: approx Parsley. HEX triplet: 2C, 60 and 2A. RGB value is (44,96,42). Sum of RGB (Red+Green+Blue) = 44+96+42=182 (24% of max value = 765). Red value is 44 (17.58% from 255 or 24.18% from 182); Green value is 96 (37.89% from 255 or 52.75% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 96 - color contains mainly: green. Hex color #2C602A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C602A is #D39FD5. Grayscale: #4A4A4A. Windows color (decimal): -13869014 or 2777132. OLE color: 2777132.

HSL color Cylindrical-coordinate representation of color #2C602A: hue angle of 117.78º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2C602A is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB449642-
CMYK0.5400.560.62
HSL117.78º39.13%27.06%-
HSV(B)117.78º56.25%37.65%-
XYZ5.649.073.64-
YUV74.3109.77106.39-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.18%
GREEN value IS 96 (37.89% from 255) = 52.75%
BLUE value IS 42 (16.80% from 255) = 23.08%
R=24.18%
G=52.75%
B=23.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4496420.5400.560.62117.7839.1327.06
Hex2C602A360383E76271b
Octal541405266070761664733
Binary10110011000001010101101100111000111110111011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C602A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,96,42); }

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

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

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

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

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

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

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