#2c632f

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

Shades of Parsley #2C632F

Tints of Parsley #2C632F

Color information

#2C632F (or 0x2C632F) is unknown color: approx Parsley. HEX triplet: 2C, 63 and 2F. RGB value is (44,99,47). Sum of RGB (Red+Green+Blue) = 44+99+47=190 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.16% from 190); Green value is 99 (39.06% from 255 or 52.11% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 99 - color contains mainly: green. Hex color #2C632F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C632F is #D39CD0. Grayscale: #4C4C4C. Windows color (decimal): -13868241 or 3105580. OLE color: 3105580.

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

Color convert

RGB449947-
CMYK0.5600.530.61
HSL123.27º38.46%28.04%-
HSV(B)123.27º55.56%38.82%-
XYZ6.019.664.24-
YUV76.63111.28104.73-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.16%
GREEN value IS 99 (39.06% from 255) = 52.11%
BLUE value IS 47 (18.75% from 255) = 24.74%
R=23.16%
G=52.11%
B=24.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4499470.5600.530.61123.2738.4628.04
Hex2C632F380353D7b261c
Octal541435770065751734634
Binary10110011000111011111110000110101111101111101110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c632f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,99,47); }

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

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

 a { background-color: rgb(44,99,47); }

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

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

 span { border-color: rgb(44,99,47); }

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