#2F4F30

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

Shades of Parsley #2F4F30

Tints of Parsley #2F4F30

Color information

#2F4F30 (or 0x2F4F30) is unknown color: approx Parsley. HEX triplet: 2F, 4F and 30. RGB value is (47,79,48). Sum of RGB (Red+Green+Blue) = 47+79+48=174 (23% of max value = 765). Red value is 47 (18.75% from 255 or 27.01% from 174); Green value is 79 (31.25% from 255 or 45.40% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 79 - color contains mainly: green. Hex color #2F4F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F4F30 is #D0B0CF. Grayscale: #414141. Windows color (decimal): -13676752 or 3165999. OLE color: 3165999.

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

Color convert

RGB477948-
CMYK0.4100.390.69
HSL121.88º25.4%24.71%-
HSV(B)121.88º40.51%30.98%-
XYZ4.56.413.8-
YUV65.9117.9114.52-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.01%
GREEN value IS 79 (31.25% from 255) = 45.40%
BLUE value IS 48 (19.14% from 255) = 27.59%
R=27.01%
G=45.40%
B=27.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4779480.4100.390.69121.8825.424.71
Hex2F4F3029027457a1919
Octal5711760510471051723131
Binary10111110011111100001010010100111100010111110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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