#2F552C

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

Shades of Parsley #2F552C

Tints of Parsley #2F552C

Color information

#2F552C (or 0x2F552C) is unknown color: approx Parsley. HEX triplet: 2F, 55 and 2C. RGB value is (47,85,44). Sum of RGB (Red+Green+Blue) = 47+85+44=176 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.70% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 44 (17.58% from 255 or 25% from 176); Max value from RGB is 85 - color contains mainly: green. Hex color #2F552C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F552C is #D0AAD3. Grayscale: #454545. Windows color (decimal): -13675220 or 2905391. OLE color: 2905391.

HSL color Cylindrical-coordinate representation of color #2F552C: hue angle of 115.61º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2F552C is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB478544-
CMYK0.4500.480.67
HSL115.61º31.78%25.29%-
HSV(B)115.61º48.24%33.33%-
XYZ4.887.283.53-
YUV68.96113.91112.33-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.70%
GREEN value IS 85 (33.59% from 255) = 48.30%
BLUE value IS 44 (17.58% from 255) = 25%
R=26.70%
G=48.30%
B=25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4785440.4500.480.67115.6131.7825.29
Hex2F552C2D03043742019
Octal5712554550601031644031
Binary101111101010110110010110101100001000011111010010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F552C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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