#2F4E30

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

Shades of Parsley #2F4E30

Tints of Parsley #2F4E30

Color information

#2F4E30 (or 0x2F4E30) is unknown color: approx Parsley. HEX triplet: 2F, 4E and 30. RGB value is (47,78,48). Sum of RGB (Red+Green+Blue) = 47+78+48=173 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.17% from 173); Green value is 78 (30.86% from 255 or 45.09% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 78 - color contains mainly: green. Hex color #2F4E30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F4E30 is #D0B1CF. Grayscale: #414141. Windows color (decimal): -13677008 or 3165743. OLE color: 3165743.

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

Color convert

RGB477848-
CMYK0.4000.380.69
HSL121.94º24.8%24.51%-
HSV(B)121.94º39.74%30.59%-
XYZ4.436.273.77-
YUV65.31118.23114.94-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.17%
GREEN value IS 78 (30.86% from 255) = 45.09%
BLUE value IS 48 (19.14% from 255) = 27.75%
R=27.17%
G=45.09%
B=27.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4778480.4000.380.69121.9424.824.51
Hex2F4E3028026457a1919
Octal5711660500461051723131
Binary10111110011101100001010000100110100010111110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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