#2F5930

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

Shades of Parsley #2F5930

Tints of Parsley #2F5930

Color information

#2F5930 (or 0x2F5930) is unknown color: approx Parsley. HEX triplet: 2F, 59 and 30. RGB value is (47,89,48). Sum of RGB (Red+Green+Blue) = 47+89+48=184 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.54% from 184); Green value is 89 (35.16% from 255 or 48.37% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 89 - color contains mainly: green. Hex color #2F5930 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5930 is #D0A6CF. Grayscale: #474747. Windows color (decimal): -13674192 or 3168559. OLE color: 3168559.

HSL color Cylindrical-coordinate representation of color #2F5930: hue angle of 121.43º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F5930 is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB478948-
CMYK0.4700.460.65
HSL121.43º30.88%26.67%-
HSV(B)121.43º47.19%34.9%-
XYZ5.287.964.06-
YUV71.77114.59110.33-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.54%
GREEN value IS 89 (35.16% from 255) = 48.37%
BLUE value IS 48 (19.14% from 255) = 26.09%
R=25.54%
G=48.37%
B=26.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4789480.4700.460.65121.4330.8826.67
Hex2F59302F02E41791f1b
Octal5713160570561011713733
Binary10111110110011100001011110101110100000111110011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,89,48); }

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

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

 a { background-color: rgb(47,89,48); }

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

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

 span { border-color: rgb(47,89,48); }

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