#2F4F32

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

Shades of Parsley #2F4F32

Tints of Parsley #2F4F32

Color information

#2F4F32 (or 0x2F4F32) is unknown color: approx Parsley. HEX triplet: 2F, 4F and 32. RGB value is (47,79,50). Sum of RGB (Red+Green+Blue) = 47+79+50=176 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.70% from 176); Green value is 79 (31.25% from 255 or 44.89% from 176); Blue value is 50 (19.92% from 255 or 28.41% from 176); Max value from RGB is 79 - color contains mainly: green. Hex color #2F4F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F4F32 is #D0B0CD. Grayscale: #424242. Windows color (decimal): -13676750 or 3297071. OLE color: 3297071.

HSL color Cylindrical-coordinate representation of color #2F4F32: hue angle of 125.62º 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 #2F4F32 is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB477950-
CMYK0.4100.370.69
HSL125.62º25.4%24.71%-
HSV(B)125.62º40.51%30.98%-
XYZ4.546.434.02-
YUV66.13118.9114.36-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.70%
GREEN value IS 79 (31.25% from 255) = 44.89%
BLUE value IS 50 (19.92% from 255) = 28.41%
R=26.70%
G=44.89%
B=28.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4779500.4100.370.69125.6225.424.71
Hex2F4F3229025457e1919
Octal5711762510451051763131
Binary10111110011111100101010010100101100010111111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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