#2F5630

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

Shades of Parsley #2F5630

Tints of Parsley #2F5630

Color information

#2F5630 (or 0x2F5630) is unknown color: approx Parsley. HEX triplet: 2F, 56 and 30. RGB value is (47,86,48). Sum of RGB (Red+Green+Blue) = 47+86+48=181 (23% of max value = 765). Red value is 47 (18.75% from 255 or 25.97% from 181); Green value is 86 (33.98% from 255 or 47.51% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 86 - color contains mainly: green. Hex color #2F5630 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5630 is #D0A9CF. Grayscale: #464646. Windows color (decimal): -13674960 or 3167791. OLE color: 3167791.

HSL color Cylindrical-coordinate representation of color #2F5630: hue angle of 121.54º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2F5630 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.66.

Color convert

RGB478648-
CMYK0.4500.440.66
HSL121.54º29.32%26.08%-
HSV(B)121.54º45.35%33.73%-
XYZ5.037.473.97-
YUV70.01115.58111.59-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.97%
GREEN value IS 86 (33.98% from 255) = 47.51%
BLUE value IS 48 (19.14% from 255) = 26.52%
R=25.97%
G=47.51%
B=26.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4786480.4500.440.66121.5429.3226.08
Hex2F56302D02C427a1d1a
Octal5712660550541021723532
Binary10111110101101100001011010101100100001011110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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