#2F502D

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

Shades of Parsley #2F502D

Tints of Parsley #2F502D

Color information

#2F502D (or 0x2F502D) is unknown color: approx Parsley. HEX triplet: 2F, 50 and 2D. RGB value is (47,80,45). Sum of RGB (Red+Green+Blue) = 47+80+45=172 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.33% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 80 - color contains mainly: green. Hex color #2F502D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F502D is #D0AFD2. Grayscale: #424242. Windows color (decimal): -13676499 or 2969647. OLE color: 2969647.

HSL color Cylindrical-coordinate representation of color #2F502D: hue angle of 116.57º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2F502D is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB478045-
CMYK0.4100.440.69
HSL116.57º28%24.51%-
HSV(B)116.57º43.75%31.37%-
XYZ4.516.533.51-
YUV66.14116.07114.35-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.33%
GREEN value IS 80 (31.64% from 255) = 46.51%
BLUE value IS 45 (17.97% from 255) = 26.16%
R=27.33%
G=46.51%
B=26.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4780450.4100.440.69116.572824.51
Hex2F502D2902C45751c19
Octal5712055510541051653431
Binary10111110100001011011010010101100100010111101011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F502D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,80,45); }

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

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

 a { background-color: rgb(47,80,45); }

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

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

 span { border-color: rgb(47,80,45); }

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